removePop method

void removePop()

Implementation

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