close method

void close()

Implementation

void close() {
  channel.sink.close();
  _ctrl.local.sink.close();
}