Store class abstract

Implementers

Constructors

Store()

Properties

hashCode int
The hash code for this object.
no setterinherited
keys Iterable<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
delete(String dataId) → void
deleteAll(Iterable<String> dataIds) → void
dispose() Future<void>
get(String dataId) Map<String, dynamic>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(String dataId, Map<String, dynamic>? value) → void
putAll(Map<String, Map<String, dynamic>?> data) → void
toString() String
A string representation of this object.
inherited
watch(String dataId, {bool distinct = true}) Stream<Map<String, dynamic>?>

Operators

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