clear method

void clear()

Implementation

void clear() {
  _cancel();
  _rt = const Duration();
  onNotify();
}