match method
Returns the match result of this route
which internally calls router.matcher.matchByRoute
Implementation
RouteMatch? match(BuildContext context) {
return context.router.match(this);
}
Returns the match result of this route
which internally calls router.matcher.matchByRoute
RouteMatch? match(BuildContext context) {
return context.router.match(this);
}