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