menu
hycop_light package
documentation
hycop/storage/abs_storage.dart
AbsStorage
getFileBytes abstract method
getFileBytes abstract method
dark_mode
light_mode
getFileBytes
abstract method
Future
<
Uint8List
?
>
getFileBytes
(
String
fileId
, {
String
bucketId
=
""
,
})
Implementation
Future<Uint8List?> getFileBytes(String fileId, {String bucketId = ""});
hycop_light package
documentation
hycop/storage/abs_storage
AbsStorage
getFileBytes abstract method
AbsStorage class