maxOfflineQueueSize property

int get maxOfflineQueueSize
inherited

Maximum messages to keep in the offline queue. When exceeded, oldest pending messages are dropped (and the user is shown a failed state for those — though those drops are reported via errorReporter).

Implementation

int get maxOfflineQueueSize => 100;