resume method
Implementation
void resume(DownloadItem item) async {
await service.resume(item);
item.status = DownloadStatus.downloading;
downloads.refresh();
}
void resume(DownloadItem item) async {
await service.resume(item);
item.status = DownloadStatus.downloading;
downloads.refresh();
}