resetRetryAttempts method

void resetRetryAttempts()

Implementation

void resetRetryAttempts() {
  _retryAttempt = 0;
}