resetRetryCount static method

void resetRetryCount()

Implementation

static void resetRetryCount() {
  currentRetryCount = 0;
}