close static method

void close(
  1. OverlayController controller
)

Closes the overlay bound to the provided controller.

Implementation

static void close(OverlayController controller) {
  controller.close();
}