emptyCache static method

Future<void> emptyCache()

Implementation

static Future<void> emptyCache() async {
  await _mapCacheManager?.emptyCache();
  await _weatherCacheManager?.emptyCache();
}