downloadFiles method
Future<Response>
downloadFiles(})
Implementation
Future<Response> downloadFiles(
List<DownloadItem> urls,
String output,
int threads,
Map<String, dynamic> headers,
Map<String, dynamic> options, {
required Function(ProgressDownload) onProgress,
required Function(SingleDownload) onDownload,
}) {
throw UnimplementedError('downloadFiles() has not been implemented.');
}