close method

void close()
inherited

Implementation

void close() {
  throw UnsupportedError("Closing the channel not yet supported");
}