stopStoreTimer method

Future<void> stopStoreTimer()

Implementation

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