nextFreeDeliveryTime_Pre method

Future<Timestamp> nextFreeDeliveryTime_Pre(
  1. ServiceCall $call,
  2. Future<DeliveryTimeQuery> $request
)

Implementation

$async.Future<$5.Timestamp> nextFreeDeliveryTime_Pre($grpc.ServiceCall $call,
    $async.Future<$0.DeliveryTimeQuery> $request) async {
  return nextFreeDeliveryTime($call, await $request);
}