removeAll abstract method

void removeAll(
  1. covariant Iterable<INode> iterable
)

Remove all the Iterable nodes from this node

Implementation

void removeAll(covariant Iterable<INode> iterable);