PrefsService class abstract

Implementers

Constructors

PrefsService()

Properties

allPrefs Map<String, dynamic>
no setter
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>
getBool(String key) bool
getList(String key) List<String>
getString(String key) String
init() Future<PrefsService>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String key) Future<bool>
setBool(String key, bool value) Future<bool>
setList(String key, List<String> values) Future<bool>
setString(String key, String value) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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