remove method

void remove()

Implementation

void remove() {
  _overlayEntry?.remove();
  _overlayEntry = null;
}