menu
http_network_client package
documentation
network_service.dart
RetryConfig
RetryConfig.new const constructor
RetryConfig.new const constructor
dark_mode
light_mode
RetryConfig
constructor
const
RetryConfig
(
{
bool
isToRetryOnError
=
false
,
int
retryTimes
=
3
,
})
Implementation
const RetryConfig({ this.isToRetryOnError = false, this.retryTimes = 3, });
http_network_client package
documentation
network_service
RetryConfig
RetryConfig.new const constructor
RetryConfig class