stream property
The single-subscription stream that emits values from the other endpoint.
Implementation
@override
Stream<OperationMessage> get stream => _ctrl.foreign.stream;
The single-subscription stream that emits values from the other endpoint.
@override
Stream<OperationMessage> get stream => _ctrl.foreign.stream;