show static method

void show(
  1. OverlayController controller
)

Shows the overlay bound to controller.

Implementation

static void show(OverlayController controller) {
  controller.open();
}