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