clearPodCacheOnly static method
Implementation
static Future<void> clearPodCacheOnly() async {
try {
PlacesCacheManager().clearPodCacheOnly();
await PlacesCachePersistence.clearPodPlacesCache();
} catch (_) {}
}
static Future<void> clearPodCacheOnly() async {
try {
PlacesCacheManager().clearPodCacheOnly();
await PlacesCachePersistence.clearPodPlacesCache();
} catch (_) {}
}