DeferredComposableRunner

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun addComposable(composable: @Composable () -> Unit)
Link copied to clipboard
fun ComposableRun(content: () -> Unit)

Add the composable functions with the non-composable functions and then invoke them.