submit abstract method
- 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);
Sends entry to the backend.
Throw any Exception on failure. QueuedBackend intercepts backend exceptions and enqueues the entry for retry.
Future<void> submit(FeedbackEntry entry);