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