removeChildNodes method
void
removeChildNodes()
Implementation
void removeChildNodes() {
// _pathCount = 0;
//svg.childNodes = [];
// while(svg.childNodes.isNotEmpty){
// svg.removeChild(svg.childNodes[0]);
// }
}