menu
mqtt5_client package
documentation
mqtt5_client.dart
MqttConnectionKeepAlive
stop method
stop method
dark_mode
light_mode
stop
method
void
stop
(
)
Stop the keep alive process
Implementation
void stop() { pingTimer!.cancel(); }
mqtt5_client package
documentation
mqtt5_client
MqttConnectionKeepAlive
stop method
MqttConnectionKeepAlive class