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