RetryInterceptor constructor

RetryInterceptor(
  1. Dio httpClient, {
  2. required bool hasMore,
})

Implementation

RetryInterceptor(this.httpClient, {required this.hasMore});