published property
StreamController<MqttPublishMessage>
get
published
The stream on which all confirmed published messages are added to
Implementation
StreamController<MqttPublishMessage> get published => _published;