previousLeg method

Future<void> previousLeg()

Selects the previous leg if possible.

Has no effect if the first leg is selected

Implementation

Future<void> previousLeg() =>
    DirectionsRendererPlatform.instance.previousLeg();