Is there any multiplatform version of `collectAsSt...
# compose
e
Is there any multiplatform version of
collectAsStateWithLifecycle
?
j
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
LifecycleOnwer
Currently it's Android only. I'm working on make lifecycle multiplatform now, so it will be available at some point
🔥 1