bufferedAmount property

int? bufferedAmount

The number of bytes of data that have been queued but not yet transmitted to the network.

Implementation

int? get bufferedAmount => _webSocket.bufferedAmount;