getScopeForRoute method

ZenScope? getScopeForRoute(
  1. String routeName
)

Get the scope associated with a route (if any)

Implementation

ZenScope? getScopeForRoute(String routeName) {
  return _routeScopes[routeName];
}