onResolved property

void Function(LocusError error, int attemptsTaken)? onResolved
final

Callback when an error is resolved (after successful retry).

Implementation

final void Function(LocusError error, int attemptsTaken)? onResolved;