menu
shared_component package
documentation
utils/storage_utils.dart
StorageUtils
setLatitude method
setLatitude method
dark_mode
light_mode
setLatitude
method
Future
<
void
>
setLatitude
(
String
value
)
Implementation
Future<void> setLatitude(String value) async => _setValue(AppConstants.latitudeKey, value);
shared_component package
documentation
utils/storage_utils
StorageUtils
setLatitude method
StorageUtils class