clearAllCache static method
Clear all cached content
Implementation
static Future<void> clearAllCache() async {
await _cacheManager.clear();
}
Clear all cached content
static Future<void> clearAllCache() async {
await _cacheManager.clear();
}