stopCountDown method

void stopCountDown()

Implementation

void stopCountDown(){
  if(_timer1?.isActive==true) _timer1?.cancel();
}