void updateConnect()

Source

void updateConnect() {
  if (connected) return;
  connected = true;
  onConnectController.complete(this);
}