messages property

A stream of matching messages received from the native platform.

Implementation

Stream<BroadcastMessage> get messages => _messages.stream;