removeOverlay static method

dynamic removeOverlay()

Implementation

static removeOverlay() {
  if (_overlayEntry != null) {
    _overlayEntry!.remove();
    _overlayEntry = null;
  }
}