异步获取新的图像文件路径
Returns 一个 Future 对象,表示异步操作的结果,返回新的图像文件路径。
static Future<String> get imageNewFileAsync async { await setup(); return imageNewFile; }