menu
offline_sync_flutter package
documentation
core/retry_manager.dart
RetryManager
shouldRetry method
shouldRetry method
dark_mode
light_mode
shouldRetry
method
bool
shouldRetry
(
int
currentRetryCount
)
Implementation
bool shouldRetry(int currentRetryCount) { return currentRetryCount < maxRetries; }
offline_sync_flutter package
documentation
core/retry_manager
RetryManager
shouldRetry method
RetryManager class