stopCountDown2 method

void stopCountDown2()

Implementation

void stopCountDown2(){
  if(_timer2?.isActive==true) _timer2?.cancel();
}