query constant
- @pageRouteQuery
Used to transition to the IntroductionPage screen.
router.push(IntroductionPage.query(parameters)); // Push page to IntroductionPage.
router.replace(IntroductionPage.query(parameters)); // Push page to IntroductionPage.
Implementation
@pageRouteQuery
static const query = _$IntroductionPageQuery();