input property

Stream<Uint8List> get input

Single-subscription byte stream received from the remote node.

Listen once. Pausing the subscription applies local backpressure for stream transports; canceling it means the application is done reading.

Implementation

Stream<Uint8List> get input;