imageNewFileAsync property

Future<String> get imageNewFileAsync

异步获取新的图像文件路径

Returns 一个 Future 对象,表示异步操作的结果,返回新的图像文件路径。

Implementation

static Future<String> get imageNewFileAsync async {
  await setup();
  return imageNewFile;
}