acceptWithDeviation method
ResponseFuture<IdentifierResponse>
acceptWithDeviation(
- IdentifierUUIDWithUserComment request, {
- CallOptions? options,
Accept With Deviation
Implementation
$grpc.ResponseFuture<$1.IdentifierResponse> acceptWithDeviation(
$1.IdentifierUUIDWithUserComment request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$acceptWithDeviation, request, options: options);
}