available method - RawSocket class - dart:io library (original) (raw)
available abstract method
int available()
The number of received and non-read bytes in the socket that can be read.
Implementation
int available();
int available()
The number of received and non-read bytes in the socket that can be read.
int available();