StoreImpl class
- Mixed-in types
Constructors
Properties
Methods
-
dispose(
) → void -
override
-
getPersisted(
String key) → Future< Map< String, dynamic> ?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setPersisted(
String key, Map< String, dynamic> value) → Future -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited