removeProjectGrantMember method

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

Implementation

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