onAfterRecovery property

AfterResetCallback? onAfterRecovery

The callback that will be executed just after the client reset happens if the local changes were successfully recovered.

Implementation

AfterResetCallback? get onAfterRecovery => _onAfterRecovery;