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