onQueued property

VoidCallback? onQueued
final

Called when the entry is saved to the offline queue instead of sent.

Only fires when backend is a QueuedBackend and connectivity is absent.

Implementation

final VoidCallback? onQueued;