bufferedAmount property
int?
get
bufferedAmount
The number of bytes of data that have been queued but not yet transmitted to the network.
Implementation
int? get bufferedAmount => innerWebSocket.bufferedAmount;