saveToStorageAsync method

Future<String> saveToStorageAsync()

存储图像, 自动返回一个Storage ID, 同步 >>>

Implementation

Future<String> saveToStorageAsync() async {
  await FilePath().setup();
  return saveToStorage();
}