close method

void close()

Implementation

void close() {
  if (_registered!) {
    unregister(false);
  }
}