updates property
Stream<List<MqttReceivedMessage<MqttMessage> > > ?
get
updates
The stream on which all subscribed topic updates are published to
Implementation
Stream<List<MqttReceivedMessage<MqttMessage>>>? get updates =>
subscriptionsManager?.subscriptionNotifier;