helpers/image-storage/image_storage_mobile library
Functions
-
loadImageMobile(
String localRef) → Future< Uint8List?> -
loadImageMobileByKey(
String key) → Future< Uint8List?> -
Loads an image by its sha1
keydirectly from the documents directory, without needing to have stored the full path separately. -
loadImageWeb(
String localRef) → Future< Uint8List?> -
storeImageMobile(
String key, Uint8List bytes) → Future< String?> -
storeImageWeb(
String key, Uint8List bytes) → Future< String?>