PrefsServiceImpl class

Implemented types

Constructors

PrefsServiceImpl()

Properties

allPrefs Map<String, dynamic>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() Future<bool>
override
getBool(String key) bool
override
getList(String key) List<String>
override
getString(String key) String
override
init() Future<PrefsService>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String key) Future<bool>
override
setBool(String key, bool value) Future<bool>
override
setList(String key, List<String> values) Future<bool>
override
setString(String key, String value) Future<bool>
override
toString() String
A string representation of this object.
inherited

Operators

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