reset method

void reset()

Implementation

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