onBeforeReset property

BeforeResetCallback? onBeforeReset

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

Implementation

BeforeResetCallback? get onBeforeReset => _onBeforeReset;