How can I convert StateFlow to MutableStateFlow?? ...
# flow
c
How can I convert StateFlow to MutableStateFlow?? the initial value is created with combine and it's StateFlow. I'd like to change the data and it needs to be MutableStateFlow.