matchAppRoute method
Implementation
FRouteMatch matchAppRoute(AppRoute appRoute, RouteParams params) {
return tryMatchAppRoute(appRoute, params) ??
FRouteMatch.page(AppRouteMatch.ofMap(routes.notFoundRoute!, {}), this);
}
FRouteMatch matchAppRoute(AppRoute appRoute, RouteParams params) {
return tryMatchAppRoute(appRoute, params) ??
FRouteMatch.page(AppRouteMatch.ofMap(routes.notFoundRoute!, {}), this);
}