void removeRange(int start, int end)

Source

void removeRange(int start, int end) {
  return this.parent.removeChildren(start, end);
}