I configured the main page using 'AutoTabsScaffold'
And 'AppRouter' was designed in this way
I want to go to the subpage like this, but it doesn't work. What should I do?
I tried 'context.router.push ~', 'AutoRouter.of(context).push ~' but doesn't work ..