clear method
void
clear()
Implementation
void clear() {
for (final child in List.of(root.children)) {
child.removeFromParent();
}
}
void clear() {
for (final child in List.of(root.children)) {
child.removeFromParent();
}
}