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