LocalStorageSettingsPersistenceUtils class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
instanceFuture Future<SharedPreferences>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLevel() Future<int>
override
getMusicOn() Future<bool>
override
getMuted({required bool defaultValue}) Future<bool>
override
getReviewStatus() Future<bool>
override
getSoundsOn() Future<bool>
override
getType() Future<String>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveLevel(int value) Future<void>
override
saveMusicOn(bool value) Future<void>
override
saveMuted(bool value) Future<void>
override
saveReviewStatus(bool value) Future<void>
override
saveSoundsOn(bool value) Future<void>
override
saveType(String value) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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