addProjectGrant method

ResponseFuture<AddProjectGrantResponse> addProjectGrant(
  1. AddProjectGrantRequest request, {
  2. CallOptions? options,
})

Implementation

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