menu
swift_flutter package
documentation
core/rx_future.dart
RetryConfig
shouldRetry property
shouldRetry property
dark_mode
light_mode
shouldRetry
property
bool
Function
(
Object
error
)
?
shouldRetry
final
Function to determine if an error should be retried
Implementation
final bool Function(Object error)? shouldRetry;
swift_flutter package
documentation
core/rx_future
RetryConfig
shouldRetry property
RetryConfig class