removeProjectGrant method

ResponseFuture<RemoveProjectGrantResponse> removeProjectGrant(
  1. RemoveProjectGrantRequest request, {
  2. CallOptions? options,
})

Implementation

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