unsubscribe method

void unsubscribe(
  1. String topic
)

Implementation

void unsubscribe(String topic) {
  mqttClient.unsubscribe(topic);
}