menu
star_live package
documentation
utils/share_preferences_utils.dart
PrefUtils
getInt static method
getInt static method
dark_mode
light_mode
getInt
static method
int
getInt
(
String
key
, {
int
def
=
0
,
})
Implementation
static int getInt(String key, {int def = 0}) { return _prefs?.getInt(key) ?? def; }
star_live package
documentation
utils/share_preferences_utils
PrefUtils
getInt static method
PrefUtils class