onAfterReset property
AfterResetCallback?
get
onAfterReset
The callback that will be executed just after the client reset happens.
Implementation
AfterResetCallback? get onAfterReset => _onAfterDiscard;