stream property
The stream of messages. Use WrappedMessageStream.onMessage to subscribe to messages.
Implementation
Stream<WrappedMessage> get stream => _controller.stream;
The stream of messages. Use WrappedMessageStream.onMessage to subscribe to messages.
Stream<WrappedMessage> get stream => _controller.stream;