input property

Stream<Uint8List> get input

Stream of incoming bytes from the remote device.

Implementation

Stream<Uint8List> get input => _inputStream;