close method

void close ()

Implementation

void close() {
  _channel?.close();
  _channel = null;
}