helpers/image-storage/image_storage_stub library
Functions
-
loadImageMobile(
String localRef) → Future< Uint8List?> -
loadImageMobileByKey(
String key) → Future< Uint8List?> -
loadImageWeb(
String localRef) → Future< Uint8List?> -
storeImageMobile(
String key, Uint8List bytes) → Future< String?> -
storeImageWeb(
String key, Uint8List bytes) → Future< String?>