removeAll method

void removeAll()

Clears all currently attached links

Implementation

void removeAll() {
  _painters.clear();
  notifyListeners();
}