stop method

void stop()

Stop the keep alive process

Implementation

void stop() {
  MqttLogger.log('MqttConnectionKeepAlive::stop - stopping keep alive');
  pingTimer!.cancel();
  disconnectTimer?.cancel();
}