lastSubmitWasQueued property
true if the most recent submit call enqueued rather than delivered.
FeedbackWidget uses this flag to show a "saved offline" message when it detects that its backend is a QueuedBackend.
Implementation
bool get lastSubmitWasQueued => _lastSubmitWasQueued;