previousLeg method
Selects the previous leg if possible.
Has no effect if the first leg is selected
Implementation
Future<void> previousLeg() =>
DirectionsRendererPlatform.instance.previousLeg();
Selects the previous leg if possible.
Has no effect if the first leg is selected
Future<void> previousLeg() =>
DirectionsRendererPlatform.instance.previousLeg();