toggleAlternativeVisibilityWith abstract method

Future<void> toggleAlternativeVisibilityWith(
  1. bool alternativeVisible
)

Toggles the visibility of the alternative routes.

Implementation

Future<void> toggleAlternativeVisibilityWith(bool alternativeVisible);