getDownload method

DownloadTask? getDownload(
  1. String url
)

Implementation

DownloadTask? getDownload(String url) {
  return _cache[url];
}