onAfterDiscard property

AfterResetCallback? onAfterDiscard

The callback that will be executed just after the client reset happens if the local changes needed to be discarded.

Implementation

AfterResetCallback? get onAfterDiscard => _onAfterDiscard;