clean method

void clean()

Clears all dots and notifies callbacks.

Implementation

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