addProjectGrant method
ResponseFuture<AddProjectGrantResponse>
addProjectGrant(
- AddProjectGrantRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.AddProjectGrantResponse> addProjectGrant($0.AddProjectGrantRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$addProjectGrant, request, options: options);
}