clear method

void clear()

Clear all items

Implementation

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