menu
ds_storage_base package
documentation
ds_storage_provider.dart
DSStorageProvider
downloadFile abstract method
downloadFile abstract method
dark_mode
light_mode
downloadFile
abstract method
Future
<
List
<
int
>
>
downloadFile
(
String
path
)
Download a file from the specified path
Implementation
Future<List<int>> downloadFile(String path);
ds_storage_base package
documentation
ds_storage_provider
DSStorageProvider
downloadFile abstract method
DSStorageProvider class