Future<File> get _localFile async { final path = await _localPath; ... 现在你已经有了可以使用的 File ,接下来使用这个文件来读写数据。首先,将一些数据写入该 ...
確定! 回上一頁