onReConnected method

void onReConnected()

Implementation

void onReConnected() {
  if (_allowPrintLog) print('MQTT::Mosquitto client reconnected....');
  if (onMQTTConnected != null) onMQTTConnected!(true);
}