NavigationManagerImpl constructor
NavigationManagerImpl(
- RequestPointsManager _requestPointsManager,
- SimulationManager _simulationManager,
- SnackBarFactory _snackBarFactory,
Implementation
NavigationManagerImpl(
this._requestPointsManager,
this._simulationManager,
this._navigation,
this._snackBarFactory,
);