NavigationManagerImpl constructor

NavigationManagerImpl(
  1. RequestPointsManager _requestPointsManager,
  2. SimulationManager _simulationManager,
  3. Navigation _navigation,
  4. SnackBarFactory _snackBarFactory,
)

Implementation

NavigationManagerImpl(
  this._requestPointsManager,
  this._simulationManager,
  this._navigation,
  this._snackBarFactory,
);