autoRetry property
Configuration of automatic request retrying for failed requests. Use this object to enable or disable automatic retrying, configure the criteria that determines whether or not a request should be retried, as well as the number of retries to attempt.
Every request created by this client will inherit this automatic retry configuration.
Implementation
@override
AutoRetryConfig autoRetry = AutoRetryConfig();