onAfterDiscard property
      
      AfterResetCallback?
      get
      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;