Feb 24, 2021
StateFlow is also a SharedFlow.
You can configure SharedFlow to act like StateFlow. Eg a non suspending single replay SharedFlow would behave like StateFlow.
Documentation explains details of differences quite nicely !
StateFlow is also a SharedFlow.
You can configure SharedFlow to act like StateFlow. Eg a non suspending single replay SharedFlow would behave like StateFlow.
Documentation explains details of differences quite nicely !