menu
shipbook_flutter package
documentation
storage.dart
Storage
getInt method
getInt method
dark_mode
light_mode
getInt
method
int
?
getInt
(
String
key
)
Implementation
int? getInt(String key) { return _prefs.getInt(key); }
shipbook_flutter package
documentation
storage
Storage
getInt method
Storage class