close method

dynamic close ()

Implementation

close() {
  if (channel != null) channel.sink.close();
}