SettingsController class

Constructors

SettingsController({required SettingsPersistenceUtils persistence})

Properties

hashCode int
The hash code for this object.
no setterinherited
level ValueNotifier<int>
getter/setter pair
musicOn ValueNotifier<bool>
getter/setter pair
muted ValueNotifier<bool>
getter/setter pair
reviewStatus ValueNotifier<bool>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
soundsOn ValueNotifier<bool>
getter/setter pair
type ValueNotifier<String>
getter/setter pair

Methods

loadStateFromPersistence() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLevel(int input) → void
setReview(bool name) → void
setType(String input) → void
toggleMusicOn() → void
toggleMuted() → void
toggleSoundsOn() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited