clean method

void clean()

Implementation

void clean() {
  messages.clear();
  notify();
}