RoutebornNestedRouterDelegate<T> constructor

RoutebornNestedRouterDelegate<T>(
  1. NavigationNotifier<T> navigationNotifier, {
  2. List<NavigatorObserver> observers = const [],
  3. T? branch,
})

Implementation

RoutebornNestedRouterDelegate(
  this.navigationNotifier, {
  this.observers = const [],
  this.branch,
}) {
  navigationNotifier.addListener(notifyListeners);
}