Create a function in common "collectWhileAcitve" and implement it on android with "collectAsStateWithLifecycle" and in other platforms use "collectAsState".... Or you will need to provide a LifecycleOnwer for each platform to have something that respects the platform lifecycle...
👍 1
i
Ivan Matkov
01/29/2024, 12:03 PM
LifecycleOnwer
Currently it's Android only. I'm working on make lifecycle multiplatform now, so it will be available at some point