stop method

void stop()

Implementation

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