getRegisteredRoutes method

Map<String, NyRouterRoute> getRegisteredRoutes()

Get the registered routes as a list.

Implementation

Map<String, NyRouterRoute> getRegisteredRoutes() => _routeNameMappings;