menu
carey package
documentation
core/utils/app_pref_service.dart
AppPreferenceService
getBool method
getBool method
dark_mode
light_mode
getBool
method
bool
getBool
(
String
key
)
Implementation
bool getBool(String key) { return _initializePrefs?.getBool(key) ?? false; }
carey package
documentation
core/utils/app_pref_service
AppPreferenceService
getBool method
AppPreferenceService class