I have a StateFlow of List in my Repository. Can I convert it to StateList in compose to prevent add...
f
I have a StateFlow of List in my Repository. Can I convert it to StateList in compose to prevent additional recompositions? Something like
collectAsState()
but for StateList