getDeliveryLabel_Pre method

Future<DeliveryLabelResult> getDeliveryLabel_Pre(
  1. ServiceCall $call,
  2. Future<DeliveryId> $request
)

Implementation

$async.Future<$0.DeliveryLabelResult> getDeliveryLabel_Pre(
    $grpc.ServiceCall $call, $async.Future<$1.DeliveryId> $request) async {
  return getDeliveryLabel($call, await $request);
}