menu
rs_dashboard package
documentation
base/preferences.dart
AppStorage
getDouble static method
getDouble static method
dark_mode
light_mode
getDouble
static method
double
?
getDouble
(
String
key
)
Implementation
static double? getDouble(String key) { return _prefs?.getDouble(key); }
rs_dashboard package
documentation
base/preferences
AppStorage
getDouble static method
AppStorage class