restart method

void restart()

Implementation

void restart() {
  _cancel();
  _rt = widget.target;
  _notify();
  _continue();
}