setTime method
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);