clearCache static method
Clear all local disk and memory cache.
Implementation
static Future<void> clearCache() async {
_ensure();
await _provider!.clearCache();
}
Clear all local disk and memory cache.
static Future<void> clearCache() async {
_ensure();
await _provider!.clearCache();
}