clear method

void clear()

Clear all items.

Implementation

void clear() {
  emit([]);
}