RetryOptionsExtension extension

Extension on RequestOptions to easily add retry configuration

on
  • RequestOptions

Methods

withRetry({bool enabled = true, int? retryCount, Duration? retryDelay, bool? exponentialBackoff}) → RequestOptions

Available on RequestOptions, provided by the RetryOptionsExtension extension

Enable retry for this request