autoRetry property

  1. @override
RequestAutoRetry autoRetry
getter/setter pairinherited

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.

Implementation

@override
late RequestAutoRetry autoRetry;