menu
diff_cache package
documentation
mmkv.dart
MMKV
getInt method
getInt method
dark_mode
light_mode
getInt
method
int
?
getInt
(
String
key
, [
int
?
def
])
Implementation
int? getInt(String key, [int? def]) { init(); return _sp?.getInt(key) ?? def; }
diff_cache package
documentation
mmkv
MMKV
getInt method
MMKV class