updates property

The stream on which all subscribed topic updates are published to

Implementation

Stream<List<MqttReceivedMessage<MqttMessage>>>? get updates =>
    subscriptionsManager?.subscriptionNotifier;