stream property

  1. @override
Stream stream
override

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

Implementation

@override
Stream get stream => _controller.foreign.stream;