menu
easy_dev_toolkit package
documentation
storage/app_storage.dart
AppStorage
getInt static method
getInt static method
dark_mode
light_mode
getInt
static method
int
?
getInt
(
String
key
)
Retrieves an
int
value from storage.
Implementation
static int? getInt(String key) { return _prefs?.getInt(key); }
easy_dev_toolkit package
documentation
storage/app_storage
AppStorage
getInt static method
AppStorage class