menu
locus
locus.dart
ErrorRecoveryConfig
onExhausted property
onExhausted
dark_mode
light_mode
onExhausted
property
void Function
(
LocusError
error
)
?
onExhausted
final
Callback when max retries exhausted.
Implementation
final void Function(LocusError error)? onExhausted;
locus
locus
ErrorRecoveryConfig
onExhausted property
ErrorRecoveryConfig class