selectMenu method

void selectMenu(
  1. MenuNode menu
)

Implementation

void selectMenu(MenuNode menu) => read<MenuRouterBloc>().selectMenu(menu);