Retrieve the progress of the download from a specific url if null then returns 0.
url
@override Future<int> getProgress(String url) async { return _inner[url] ?? 0; }