menu
hycop_multi_platform package
documentation
hycop/storage/utils/util.dart
StorageUtil
downloadFile abstract method
downloadFile abstract method
dark_mode
light_mode
downloadFile
abstract method
Future
<
bool
>
downloadFile
(
String
fileName
,
Uint8List
fileBytes
, {
String
?
savePath
,
})
Implementation
Future<bool> downloadFile(String fileName, Uint8List fileBytes, {String? savePath});
hycop_multi_platform package
documentation
hycop/storage/utils/util
StorageUtil
downloadFile abstract method
StorageUtil class