clearCache static method
void
clearCache()
Clears the cached downloaded bytes.
Implementation
static void clearCache() {
_downloadedUrlBytesCache.clear();
}
Clears the cached downloaded bytes.
static void clearCache() {
_downloadedUrlBytesCache.clear();
}