downloadQCReportByUUID_Pre method

Future<StandardFile> downloadQCReportByUUID_Pre(
  1. ServiceCall $call,
  2. Future<IdentifierUUID> $request
)

Implementation

$async.Future<$1.StandardFile> downloadQCReportByUUID_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$1.IdentifierUUID> $request) async {
  return downloadQCReportByUUID($call, await $request);
}