stopCount2 method

void stopCount2()

Implementation

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