isRetryable function
Be careful: this method do not take into account RetryInterceptor.retryableExtraStatuses
Implementation
bool isRetryable(int statusCode) =>
defaultRetryableStatuses.contains(statusCode);
Be careful: this method do not take into account RetryInterceptor.retryableExtraStatuses
bool isRetryable(int statusCode) =>
defaultRetryableStatuses.contains(statusCode);