feat: allow user to choose which event or state change to be captured in the changeStack or not #4178
Labels
pkg:replay_bloc
This issue is related to the replay_bloc package
question
Further information is requested
waiting for response
Waiting for follow up
Description
The current solution doesn't have a feature that allow user to specify which events to be added to the changeStack, and which ones are not, which will give user flexiblity to redo or undo specific states changes
Desired Solution
Alternatives Considered
or keep the super.emit to an alternative method name, so the child class can always override the emit method for implementing the similar feature
Additional Context
which will save the resource and allow user to have more flexiblities
The text was updated successfully, but these errors were encountered: