menu
utilities_framework_flutter package
documentation
utils/local_storage.dart
ULocalStorage
getInt static method
getInt static method
dark_mode
light_mode
getInt
static method
int
?
getInt
(
String
key
)
Implementation
static int? getInt(final String key) => sharedPreferences.getInt(key);
utilities_framework_flutter package
documentation
utils/local_storage
ULocalStorage
getInt static method
ULocalStorage class