onData property

Stream<Uint8List> get onData

Stream of incoming data as bytes.

Implementation

Stream<Uint8List> get onData => Stream<Uint8List>.empty();