navigationStream property
Stream of navigation events from this provider
Implementation
@override
Stream<NavigationEventBase> get navigationStream =>
_navigationController.stream;
Stream of navigation events from this provider
@override
Stream<NavigationEventBase> get navigationStream =>
_navigationController.stream;