close static method
Closes the overlay bound to the provided controller.
Implementation
static void close(OverlayController controller) {
controller.close();
}
Closes the overlay bound to the provided controller.
static void close(OverlayController controller) {
controller.close();
}