NavigatorDelegate constructor
NavigatorDelegate({
navigationBloc
is the referringNavigationBloc
instance
Implementation
NavigatorDelegate({required this.navigationBloc}) {
navigationBloc.stream.listen((event) => notifyListeners());
}