onRecover method
Called during recovery attempts.
Override this method to implement custom recovery logic. Return true if recovery should proceed, false to abort.
Returns: True if recovery should continue, false otherwise
Implementation
Future<bool> onRecover() async => true;