dynamic removeChildren(
PolymerDom parent
)

Not documented.

Source

removeChildren(PolymerDom parent) {
  parent.children.clear();
}