menu
geopod
services/places/encrypted_places_service.dart
EncryptedPlacesService
clearCache static method
clearCache
dark_mode
light_mode
clearCache
static method
void
clearCache
(
)
Clear the cache.
Implementation
static void clearCache() { _cachedEncryptedPlaces = null; }
geopod
encrypted_places_service
EncryptedPlacesService
clearCache static method
EncryptedPlacesService class