open method

void open()

The open method is used to open the menu.

Implementation

void open() {
  _menuState.openMenu();
}