Get downloaded bytes for URL.
static Future<int> getDownloadedBytes(String url) async { await _ensureLoaded(); return _cache[url]?.downloadedBytes ?? 0; }