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