match method

RouteMatch? match(
  1. PageRouteInfo route
)

Helper to find route match See RouteMatcher.matchByRoute

Implementation

RouteMatch? match(PageRouteInfo route) {
  return matcher.matchByRoute(route);
}