queueLength property
int
get
queueLength
The number of actions currently queued (waiting for reconnection).
Implementation
int get queueLength => _queue.length;
The number of actions currently queued (waiting for reconnection).
int get queueLength => _queue.length;