menu
ap_common package
documentation
utils/preferences.dart
Preferences
getInt static method
getInt static method
dark_mode
light_mode
getInt
static method
int
getInt
(
String
key
,
int
defaultValue
)
Implementation
static int getInt(String key, int defaultValue) { return prefs?.getInt(key) ?? defaultValue; }
ap_common package
documentation
utils/preferences
Preferences
getInt static method
Preferences class