menu
messaging_signalr package
documentation
utils/share_prefs.dart
SharedPrefService
getBool method
getBool method
dark_mode
light_mode
getBool
method
bool
?
getBool
(
String
key
)
Implementation
bool? getBool(String key) { return sp.getBool(key); }
messaging_signalr package
documentation
utils/share_prefs
SharedPrefService
getBool method
SharedPrefService class