imagePathAsync property

Future<String> get imagePathAsync

异步获取图像文件路径

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

Implementation

static Future<String> get imagePathAsync async {
  await setup();
  return imagePath;
}