getRegisteredRouteNames method

List<String> getRegisteredRouteNames()

Get the registered routes names as a list.

Implementation

List<String> getRegisteredRouteNames() {
  return _routeNameMappings.keys.toList();
}