QueueStore class abstract

Persists write requests that should be flushed later.

Implementers

Constructors

QueueStore.new()

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

clear() Future<void>
Clears the queue.
enqueue(QueuedRequest r) Future<void>
Adds r to the end of the queue.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
peekAll() Future<List<QueuedRequest>>
Returns the current queued requests without removing them.
removeAt(int index) Future<void>
Removes the queued item at index.
toString() String
A string representation of this object.
inherited

Operators

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