nextLeg method
Selects the next leg if possible.
Has no effect if the last leg is selected
Implementation
Future<void> nextLeg() => DirectionsRendererPlatform.instance.nextLeg();
Selects the next leg if possible.
Has no effect if the last leg is selected
Future<void> nextLeg() => DirectionsRendererPlatform.instance.nextLeg();