stopRetryTimer static method

void stopRetryTimer()

Stops the retry timer

Implementation

static void stopRetryTimer() {
  _retryTimer?.cancel();
  _retryTimer = null;
}