locationForRoute method
Get the location for the provided route.
Builds the absolute path for the route, by concatenating the paths of the route and all its ancestors.
Implementation
String? locationForRoute(RouteBase route) =>
fullPathForRoute(route, '', _routingConfig.value.routes);