removeAll method
      
void
removeAll()
      
     
    
Clears all currently attached links
Implementation
void removeAll() {
  _painters.clear();
  notifyListeners();
}Clears all currently attached links
void removeAll() {
  _painters.clear();
  notifyListeners();
}