setMatch method

void setMatch(
  1. RouteMatchResult match
)

Set the matched route for this context

Implementation

void setMatch(RouteMatchResult match) {
  _matchedRoute = match;
}