menu
fidenz_flutter_boilerplate package
documentation
utility/shared_preference/SharedPreferences.dart
SharedPreferences
getBool method
getBool method
dark_mode
light_mode
getBool
method
bool
?
getBool
(
String
key
)
Implementation
bool? getBool(String key) => _preferenceCache[key] as bool?;
fidenz_flutter_boilerplate package
documentation
utility/shared_preference/SharedPreferences
SharedPreferences
getBool method
SharedPreferences class