reset method

void reset()

Implementation

void reset() {
  if (hasListeners) notifyListeners();
}