reject method

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

Reject

Implementation

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