When dealing with a StateFlow in ViewModel, stateI...
# flow
l
When dealing with a StateFlow in ViewModel, stateIn vs collect: the benefit of using stateIn is the “started” param which lets you resubscribe to keep the stream alive on configuration changes. Correct? Any other considerations?