getBatch method

ResponseFuture<DeliveryBatchDetails> getBatch(
  1. DeliveryBatchId request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.DeliveryBatchDetails> getBatch(
  $1.DeliveryBatchId request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getBatch, request, options: options);
}