close method

void close()

The close method is used to close the menu.

Implementation

void close() {
  _state.closeMenu();
}