updates property

The stream on which all matching topic updates are published to

Implementation

Stream<List<MqttReceivedMessage<MqttMessage?>>> get updates =>
    _updates.stream;