setIsDeparture method

Future<void> setIsDeparture(
  1. bool isDeparture
)

Sets whether routes should use departure time or arrival time when using the transit travel mode

Implementation

Future<void> setIsDeparture(bool isDeparture) =>
    DirectionsServicePlatform.instance.setIsDeparture(isDeparture);