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