queueLength property

int get queueLength

The number of actions currently queued (waiting for reconnection).

Implementation

int get queueLength => _queue.length;