removeAllItem method

bool removeAllItem()

Implementation

bool removeAllItem() {
  storage.clear();
  return true;
}