removePop method

void removePop()

Implementation

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