ManeuverController constructor

ManeuverController({
  1. required NavigationManager navigationManager,
})

Implementation

ManeuverController({required this.navigationManager}) {
  _init();
}