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