onAfterReset property

AfterResetCallback? onAfterReset

The callback that will be executed just after the client reset happens.

Implementation

AfterResetCallback? get onAfterReset => _onAfterDiscard;