clearCache method

Future<void> clearCache()

Implementation

Future<void> clearCache() async {
  await _customLongCacheManager.emptyCache();
}