menu
pequenotools
pequenotools.dart
PreferencesImpl
getBool method
getBool
dark_mode
light_mode
getBool
method
@
override
bool
?
getBool
(
String
key
)
override
Implementation
@override bool? getBool(String key) => _sharedPreferences.getBool(key);
pequenotools
pequenotools
PreferencesImpl
getBool method
PreferencesImpl class