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