queuedBytes property
int
get
queuedBytes
Bytes queued locally awaiting send credit (for transfer backpressure).
Implementation
int get queuedBytes => _channel.queuedBytes;
Bytes queued locally awaiting send credit (for transfer backpressure).
int get queuedBytes => _channel.queuedBytes;