clearAllCache static method

Future<void> clearAllCache()

Clear all cached content

Implementation

static Future<void> clearAllCache() async {
  await _cacheManager.clear();
}