destory method

void destory()

Implementation

void destory() {
  currentConnection?.close(ConnectionClose.gracefullyWithWait);
  currentConnection = null;
}