stopRetryTimer static method
void
stopRetryTimer()
Stops the retry timer
Implementation
static void stopRetryTimer() {
_retryTimer?.cancel();
_retryTimer = null;
}
Stops the retry timer
static void stopRetryTimer() {
_retryTimer?.cancel();
_retryTimer = null;
}