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
(
Uint8List
fileBytes
,
String
saveName
, {
String
savePath
=
''
,
})
Implementation
Future<bool> downloadFile(Uint8List fileBytes, String saveName, {String savePath = ''});
hycop_multi_platform package
documentation
hycop/storage/utils/util
StorageUtil
downloadFile abstract method
StorageUtil class