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