stopTimer method

Future<void> stopTimer()

Implementation

Future<void> stopTimer() async {
  isResend.value = true;
  timer?.cancel();
}