clearAll method

void clearAll()

Clear all items

Implementation

void clearAll() {
  _items.clear();
  notifyListeners();
}