onResolved property
final
Callback when an error is resolved (after successful retry).
Implementation
final void Function(LocusError error, int attemptsTaken)? onResolved;
Callback when an error is resolved (after successful retry).
final void Function(LocusError error, int attemptsTaken)? onResolved;