enqueue abstract method

Future<void> enqueue(
  1. FeedbackEntry entry
)

Appends entry to the end of the queue.

Implementation

Future<void> enqueue(FeedbackEntry entry);