storeImageMobile function

Future<String?> storeImageMobile(
  1. String key,
  2. Uint8List bytes
)

Implementation

Future<String?> storeImageMobile(String key, Uint8List bytes) {
  throw UnimplementedError('Mobile/Desktop storage stub');
}