clearPodCacheOnly static method

Future<void> clearPodCacheOnly()

Implementation

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