In my case I just want to update state values and use that state value in bloc/cubit only but don’t want to emit that value at that time but want to emit that value after some time.
I am using flutter_bloc plugin from pub.dev
If you have any Idea like that please let me know
1