menu
fero_sync package
documentation
core/backoff.dart
ExponentialBackoffStrategy
ExponentialBackoffStrategy.new constructor
ExponentialBackoffStrategy.new constructor
dark_mode
light_mode
ExponentialBackoffStrategy
constructor
ExponentialBackoffStrategy
(
{
required
int
baseMillis
,
required
int
maxMillis
,
})
Implementation
ExponentialBackoffStrategy({ required this.baseMillis, required this.maxMillis, });
fero_sync package
documentation
core/backoff
ExponentialBackoffStrategy
ExponentialBackoffStrategy.new constructor
ExponentialBackoffStrategy class