menu
bytedesk_kefu package
documentation
mqtt/bytedesk_mqtt.dart
BytedeskMqtt
unsubscribe method
unsubscribe method
dark_mode
light_mode
unsubscribe
method
void
unsubscribe
(
String
topic
)
Implementation
void unsubscribe(String topic) { mqttClient?.unsubscribe(topic); }
bytedesk_kefu package
documentation
mqtt/bytedesk_mqtt
BytedeskMqtt
unsubscribe method
BytedeskMqtt class