cancelTimer method

void cancelTimer()

Implementation

void cancelTimer() {
  resultPin.value = '';
  _timer?.cancel();
}