available method - RawSynchronousSocket class - dart:io library (original) (raw)

description

available abstract method

int available()

The number of received and unread bytes in the socket that can be read.

Implementation

int available();