matchRoute method
Implementation
FRouteMatch matchRoute(RouteInformation routeInformation) {
return tryMatchRoute(routeInformation) ??
FRouteMatch.page(AppRouteMatch.ofMap(routes.notFoundRoute!, {}), this);
}
FRouteMatch matchRoute(RouteInformation routeInformation) {
return tryMatchRoute(routeInformation) ??
FRouteMatch.page(AppRouteMatch.ofMap(routes.notFoundRoute!, {}), this);
}