menu
sunny_lifecycle package
documentation
user_preferences_service.dart
UserPreferencesService
setFalse method
setFalse method
dark_mode
light_mode
setFalse
method
Future
setFalse
(
UserPrefKey
key
)
Implementation
Future setFalse(UserPrefKey key) async { return shared.string(prefName(key), "false"); }
sunny_lifecycle package
documentation
user_preferences_service
UserPreferencesService
setFalse method
UserPreferencesService class