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

addPages(List<GetPage> getPages) → void

Available on GetInterface, provided by the NavTwoExt extension

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

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

Available on GetInterface, provided by the NavTwoExt extension

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

Available on GetInterface, provided by the NavTwoExt extension

Casts the stored router delegate to a desired type