stream property

Stream<WrappedMessage> get stream

The stream of messages. Use WrappedMessageStream.onMessage to subscribe to messages.

Implementation

Stream<WrappedMessage> get stream => _controller.stream;