NavigationWatcher constructor
NavigationWatcher({
- required HypenWatcher parent,
Implementation
NavigationWatcher({
required this.rootNav,
required super.parent,
});
NavigationWatcher({
required this.rootNav,
required super.parent,
});