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