clear method

void clear()

Clear all elements.

Implementation

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