clearItems method

void clearItems()

Implementation

void clearItems() {
  items.clear();
  updateOverlay(query: currentText);
}