menu
cloud_syncable package
documentation
service/cloud_storage_service.dart
CloudStorageService
downloadFile abstract method
downloadFile abstract method
dark_mode
light_mode
downloadFile
abstract method
Future
<
String
>
downloadFile
(
String
remoteRelativePath
, {
String
?
localRelativePath
,
})
Implementation
Future<String> downloadFile(String remoteRelativePath, {String? localRelativePath});
cloud_syncable package
documentation
service/cloud_storage_service
CloudStorageService
downloadFile abstract method
CloudStorageService class