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