stopCount1 method

void stopCount1()

Implementation

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