close method

void close()

Implementation

void close() {
  if (_closed) return;
  _closed = true;
  closeImpl();
}