incoming property

  1. @override
Stream<Uint8List> get incoming
override

Chunks of bytes received from the peer.

Implementation

@override
Stream<Uint8List> get incoming => _incoming.stream;