menu
utilities_framework_flutter package
documentation
utils/local_storage.dart
ULocalStorage
getDouble static method
getDouble static method
dark_mode
light_mode
getDouble
static method
double
?
getDouble
(
String
key
)
Implementation
static double? getDouble(final String key) => sharedPreferences.getDouble(key);
utilities_framework_flutter package
documentation
utils/local_storage
ULocalStorage
getDouble static method
ULocalStorage class