menu
location_picker_plus package
documentation
services/location_service.dart
LocationService
clearCache method
clearCache method
dark_mode
light_mode
clearCache
method
void
clearCache
(
)
Implementation
void clearCache() { _countries = null; _states = null; _cities = null; }
location_picker_plus package
documentation
services/location_service
LocationService
clearCache method
LocationService class