sendForQC_Pre method

Future<IdentifierResponse> sendForQC_Pre(
  1. ServiceCall $call,
  2. Future<IdentifierUUIDWithUserComment> $request
)

Implementation

$async.Future<$1.IdentifierResponse> sendForQC_Pre($grpc.ServiceCall $call,
    $async.Future<$1.IdentifierUUIDWithUserComment> $request) async {
  return sendForQC($call, await $request);
}