submit abstract method

Future<void> submit(
  1. FeedbackEntry entry
)

Sends entry to the backend.

Throw any Exception on failure. QueuedBackend intercepts backend exceptions and enqueues the entry for retry.

Implementation

Future<void> submit(FeedbackEntry entry);