As for MutableStateFlow -- I think of it as really...
# flow
d
As for MutableStateFlow -- I think of it as really the only StateFlow -- its the one you create and write to. The read-only interface "StateFlow" is just a thin 'protection wrapper' to allow safe exposure to the read parts of MutableStateFlow - you dont actually need it if you dont want it.