menu
fetosense_remote_flutter
core/utils/preferences.dart
PreferenceHelper
getBool method
getBool
dark_mode
light_mode
getBool
method
bool
?
getBool
(
String
key
)
Implementation
bool? getBool(String key) => _prefsInstance.getBool(key);
fetosense_remote_flutter
preferences
PreferenceHelper
getBool method
PreferenceHelper class