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