close method

dynamic close()

Implementation

close() {
  _overlayEntry?.remove();
  _overlayEntry = null;
}