hide method

dynamic hide()

Implementation

hide() {
  _overlayEntry?.remove();
  _overlayEntry = null;
  callbackOnHide?.call();
}