menu
library_helper package
documentation
storage/shared_prefs.dart
SharedPrefs
getInt static method
getInt static method
dark_mode
light_mode
getInt
static method
int
?
getInt
(
String
key
)
Implementation
static int? getInt(String key) => _prefs.getInt(key);
library_helper package
documentation
storage/shared_prefs
SharedPrefs
getInt static method
SharedPrefs class