Future<Map> upload(Uint8List bytes, String contentType) async { Tuple2 res = await plugin.uploadBlob(bytes, contentType); return res.item2["blob"]; }