Future<void> resumeBatchDownloads(List<String> urls) async { for (var element in urls) { resumeDownload(element); } }