FlowMVI
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
FlowMVI
compose
/
pro.respawn.flowmvi.compose.dsl
/
ProvideSubscriberLifecycle
Provide
Subscriber
Lifecycle
@
Composable
fun
ProvideSubscriberLifecycle
(
lifecycle
:
SubscriberLifecycle
,
content
:
@
Composable
(
)
->
Unit
)
Provides
LocalSubscriberLifecycle
with an instance of
lifecycle
for child
content
.