close method

void close()

Closes the currently open popover menu.

Implementation

void close() {
  _overlayController.close();
}