Pref class abstract

Implementers

Constructors

Pref()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<void>
get<T>(String key, T defaultValue) Stream<T>
getMultiple<T>(List<String> key, List<T> defaultValue) Stream<List<T>>
getOnce<T>(String key, T defaultValue) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String key) Future<bool>
set<T>(String key, T value) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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