StoreImpl class

Mixed-in types

Constructors

StoreImpl({bool storageJson = true})

Properties

hashCode → int
The hash code for this object.
no setterinherited
ready → Future
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
storageJson → bool
final

Methods

deletePersisted(String key) → Future
override
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