download abstract method
Future<Result<File> >
download(
- String url, {
- required String savePath,
- ProgressCallback? onProgress,
- RequestOptions? options,
Standard one-shot file download.
Implementation
Future<Result<File>> download(
String url, {
required String savePath,
ProgressCallback? onProgress,
RequestOptions? options,
});