menu
to_do_package package
documentation
utils/session_manager_methods.dart
SessionManagerMethods
getDouble static method
getDouble static method
dark_mode
light_mode
getDouble
static method
double
?
getDouble
(
String
key
)
Implementation
static double? getDouble(String key) => _prefs?.getDouble(key) ?? 0.0;
to_do_package package
documentation
utils/session_manager_methods
SessionManagerMethods
getDouble static method
SessionManagerMethods class