close method

void close()

Implementation

void close() {
  if (entry != null) {
    entry!.remove();
    entry = null;
  }
}