NavTwoExt extension

on

Properties

rootDelegate GetDelegate

Available on GetInterface, provided by the NavTwoExt extension

no setter
routeTree → ParseRouteTree

Available on GetInterface, provided by the NavTwoExt extension

no setter

Methods

addPage(GetPage getPage) → void

Available on GetInterface, provided by the NavTwoExt extension

Example:
addPages(List<GetPage> getPages) → void

Available on GetInterface, provided by the NavTwoExt extension

Example:
clearRouteTree() → void

Available on GetInterface, provided by the NavTwoExt extension

createDelegate({GetPage? notFoundRoute, List<NavigatorObserver>? navigatorObservers, TransitionDelegate? transitionDelegate, PopMode backButtonPopMode = PopMode.History, PreventDuplicateHandlingMode preventDuplicateHandlingMode = PreventDuplicateHandlingMode.ReorderRoutes}) GetDelegate

Available on GetInterface, provided by the NavTwoExt extension

Example:
createInformationParser({String initialRoute = '/'}) GetInformationParser

Available on GetInterface, provided by the NavTwoExt extension

Example:
delegate<TDelegate extends RouterDelegate<TPage>, TPage>() → TDelegate?

Available on GetInterface, provided by the NavTwoExt extension

Example: