menu
flutter_mqchat package
documentation
mqtt_implementation/mqtt_client.dart
MqttClient
onUnsubscribed method
onUnsubscribed method
dark_mode
light_mode
onUnsubscribed
method
void
onUnsubscribed
(
String
?
topic
)
Implementation
void onUnsubscribed(String? topic) { debugPrint('Unsubscribed topic: $topic'); }
flutter_mqchat package
documentation
mqtt_implementation/mqtt_client
MqttClient
onUnsubscribed method
MqttClient class