messageStream property

Stream<Message> get messageStream
inherited

Returns a stream of incoming messages.

This stream can be subscribed to receive notifications of incoming messages.

Implementation

Stream<Message> get messageStream => _messageController.stream;