download method
Implementation
Future<Response> download({ProgressCallback? onReceiveProgress}) {
return DioManager().dio.download(path, savePath, onReceiveProgress: onReceiveProgress);
}
Future<Response> download({ProgressCallback? onReceiveProgress}) {
return DioManager().dio.download(path, savePath, onReceiveProgress: onReceiveProgress);
}