stream property

  1. @override
Stream<OperationMessage> stream
override

The single-subscription stream that emits values from the other endpoint.

Implementation

@override
Stream<OperationMessage> get stream => _ctrl.foreign.stream;