menu
file_download package
documentation
file_download_platform_interface.dart
FileDownloadPlatform
downloadFile abstract method
downloadFile abstract method
dark_mode
light_mode
downloadFile
abstract method
Future
<
void
>
downloadFile
(
String
url
,
Map
<
String
,
dynamic
>
body
)
Implementation
Future<void> downloadFile(String url, Map<String, dynamic> body);
file_download package
documentation
file_download_platform_interface
FileDownloadPlatform
downloadFile abstract method
FileDownloadPlatform class