menu
shared_component package
documentation
services/location_services.dart
LocationService
hasStoredLocation method
hasStoredLocation method
dark_mode
light_mode
hasStoredLocation
method
bool
hasStoredLocation
(
)
Implementation
bool hasStoredLocation() => getStoredLatitude() != null && getStoredLongitude() != null;
shared_component package
documentation
services/location_services
LocationService
hasStoredLocation method
LocationService class