RetryInterceptor constructor

RetryInterceptor({
  1. int maxRetries = 3,
  2. Duration retryDelay = const Duration(seconds: 2),
})

Implementation

RetryInterceptor({this.maxRetries = 3, this.retryDelay = const Duration(seconds: 2)});