removeProjectGrantMember method

ResponseFuture<RemoveProjectGrantMemberResponse> removeProjectGrantMember(
  1. RemoveProjectGrantMemberRequest request, {
  2. CallOptions? options,
})

Implementation

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