setTime method

Future<void> setTime(
  1. int time
)

sets the wanted arrival/departure time for routes generated with this MPDirectionsService, this setting is used in conjunction with setIsDeparture and setTravelMode

Implementation

Future<void> setTime(int time) =>
    DirectionsServicePlatform.instance.setTime(time);