reset method
void
reset()
Implementation
void reset() {
_watch.stop();
_watch.reset();
_timer?.cancel();
_isRunning = false;
_line.reset();
}
void reset() {
_watch.stop();
_watch.reset();
_timer?.cancel();
_isRunning = false;
_line.reset();
}