clearItem method

void clearItem()

Implementation

void clearItem() {
  items.clear();
}