buildRoutes property

void Function(PapilioRouterDelegateBuilder<T> delegateBuilder) buildRoutes
final

Call addPage on the delegateBuilder to add a page to the router.

Implementation

final void Function(PapilioRouterDelegateBuilder<T> delegateBuilder)
    buildRoutes;