named static method

Implementation

static ExtendedNavigatorState? named(String name) {
  return _NavigatorsContainer._instance.get(name);
}