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