messageStream property
Stream<MmWsMessage>
get
messageStream
Listen to the messageStream to get every message as it comes in.
However, the preferred method is to use the onEvent callback and to await
the action methods.
Implementation
Stream<MmWsMessage> get messageStream => _messageStreamController.stream;