FeedbackQueue class abstract

Persistent offline queue for FeedbackEntry objects.

Implement this interface to provide a custom storage backend for the offline queue. The built-in implementation is SharedPrefsQueue.

Implementers

Constructors

FeedbackQueue()

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>
Removes all entries from the queue.
enqueue(FeedbackEntry entry) Future<void>
Appends entry to the end of the queue.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pending() Future<List<FeedbackEntry>>
Returns all queued entries that have not yet been delivered.
toString() String
A string representation of this object.
inherited

Operators

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