xxfast
11/10/2022, 12:19 AMStateflow
as State
with collectAsState()
; but is there a way to do the exact opposite? i.e get a flow update whenever a State
changes?xxfast
11/10/2022, 12:28 AMLaunchedEffect(state) { stateFlow.emit(state) }
Pablichjenkov
11/10/2022, 12:49 AMsnapshotFlow
Ben Trengrove [G]
11/10/2022, 12:51 AMxxfast
11/10/2022, 2:38 AM