route static method

SMRoute route(
  1. String routeName
)

Implementation

static SMRoute route(String routeName) {
  return _delegate.registry.route(routeName);
}