The default retry predicate used when retryIf is null.
null
static bool defaultRetryIf(Failure failure) => failure.isRetryable;