close method

dynamic close()

Implementation

close() {
  this._channel.shutdown();
}