incoming property

  1. @override
Stream<Uint8List> get incoming
override

Inbound bytes. Single-subscription; closes on disconnect (clean EOF).

Implementation

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