menu
apso_flutter_sdk package
documentation
retry_interceptor.dart
RetryInterceptor
RetryInterceptor.new constructor
RetryInterceptor.new constructor
dark_mode
light_mode
RetryInterceptor
constructor
RetryInterceptor
(
{
int
maxRetries
=
3
,
Duration
retryDelay
=
const Duration(seconds: 2)
,
})
Implementation
RetryInterceptor({this.maxRetries = 3, this.retryDelay = const Duration(seconds: 2)});
apso_flutter_sdk package
documentation
retry_interceptor
RetryInterceptor
RetryInterceptor.new constructor
RetryInterceptor class