MQTTSubscribeAttemptEvent constructor
MQTTSubscribeAttemptEvent(
- String name,
- ConnectionInfo? connectionInfo,
- String topic
Implementation
MQTTSubscribeAttemptEvent(this.name, this.connectionInfo, this.topic);