close method

void close()

Close the session. After this call, the session is no longer usable.

Implementation

void close() {
  _channel.close();
}