nextLeg method

Future<void> nextLeg()

Selects the next leg if possible.

Has no effect if the last leg is selected

Implementation

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