Set the progress of the download from a specific url
url
@override Future<void> setProgress(String url, int received) async { _inner[url] = received; }