system/image_extra library
Classes
Extensions
Functions
-
imageFromId(
String storageId) → FileImage? -
文件图像, 从Storage ID获取图像 >>>
-
imageFromIdAsync(
String storageId) → Future< FileImage?> -
文件图像, 从Storage ID获取图像, 同步 >>>
-
imageToStorage(
String sourcePath) → String? -
拷贝一个文件到Storage ID >>>
-
imageToStorageAsync(
String sourcePath) → Future< String?> -
拷贝一个文件到Storage ID, 同步 >>>