acceptWithDeviation method

ResponseFuture<IdentifierResponse> acceptWithDeviation(
  1. IdentifierUUIDWithUserComment request, {
  2. CallOptions? options,
})

Accept With Deviation

Implementation

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