match method
RouteMatch?
match(
- PageRouteInfo route
inherited
Helper to find route match
See RouteMatcher.matchByRoute
Implementation
RouteMatch? match(PageRouteInfo route) {
return matcher.matchByRoute(route);
}