replaceRoutes method
Implementation
@override
replaceRoutes(List<g.RouteBase> routes) {
// Ensure we have a fallback route at the very end
final newRoutes = _finalizeRoutes(routes);
_routingConfig.value = RoutingConfig(routes: newRoutes);
}
@override
replaceRoutes(List<g.RouteBase> routes) {
// Ensure we have a fallback route at the very end
final newRoutes = _finalizeRoutes(routes);
_routingConfig.value = RoutingConfig(routes: newRoutes);
}