openNextMenu method

void openNextMenu()

Implementation

void openNextMenu() {
  prevMenuIsOpen.value = false;
  nextMenuIsOpen.value = true;
}