reconnect method

void reconnect()

Implementation

void reconnect() {
  if (transport != null) {
    transport!.reconnect();
  }
}