remove static method

dynamic remove()

Implementation

static remove() {
  isShow = false;
  _entry?.remove();
}