menu
hycop_light 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
fileName
, {
String
bucketId
=
""
,
})
Implementation
Future<bool> downloadFile(String fileId, String fileName, {String bucketId = ""});
hycop_light package
documentation
hycop/storage/abs_storage
AbsStorage
downloadFile abstract method
AbsStorage class