dismissOverlay static method

void dismissOverlay()

Dismisses the currently active overlay.

If there is no active overlay, this method does nothing.

Implementation

static void dismissOverlay() {
  overlayer = Overlayer.closeOverlay();
}