MQTTUnsubscribeAttemptEvent constructor

MQTTUnsubscribeAttemptEvent(
  1. String name,
  2. ConnectionInfo? connectionInfo,
  3. String topic
)

Implementation

MQTTUnsubscribeAttemptEvent(this.name, this.connectionInfo, this.topic);