menu
u package
documentation
utils/u_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(String key) => getIfNotExpired(key);
u package
documentation
utils/u_local_storage
ULocalStorage
getDouble static method
ULocalStorage class