matchPage method

FRouteMatch matchPage(
  1. String route
)

Implementation

FRouteMatch matchPage(String route) {
  return FRouteMatch.page(routes.matchRoute(route)!, this);
}