close method

void close()

Closes the input port of the channel, allowing to destroy the intercom correctly.

Implementation

void close() {
  _inPort.close();
}