reset method

void reset()

Implementation

void reset(){
  countDownTime = totalDuration().obs;
  isCountingDown.value = false;

  countDownTime2 = totalDuration().obs;
  isCountingDown2.value = false;
}