downloadQCReportByID method

ResponseFuture<StandardFile> downloadQCReportByID(
  1. Identifier request, {
  2. CallOptions? options,
})

Download QC Report with the given Identifier

Implementation

$grpc.ResponseFuture<$1.StandardFile> downloadQCReportByID(
  $1.Identifier request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$downloadQCReportByID, request, options: options);
}