stop method

void stop()

Implementation

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