updateRegisteredRoutes method
Update the registered routes.
Implementation
updateRegisteredRoutes(Map<String, NyRouterRoute> router) {
_routeNameMappings = router;
}
Update the registered routes.
updateRegisteredRoutes(Map<String, NyRouterRoute> router) {
_routeNameMappings = router;
}