removeAll method

void removeAll()

Implementation

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