closeOverlay method

void closeOverlay()

Implementation

void closeOverlay() {
  overlayEntry?.remove();
  overlayEntry = null;
}