stopTimer method

dynamic stopTimer()

Implementation

stopTimer() {
  if( myTimer == null )return false;
  myTimer?.cancel();
}