getDeliveryLabel method

ResponseFuture<DeliveryLabelResult> getDeliveryLabel(
  1. DeliveryId request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.DeliveryLabelResult> getDeliveryLabel(
  $1.DeliveryId request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getDeliveryLabel, request, options: options);
}