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