sendForRework method

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

Send for Rework

Implementation

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