asComposableFactory
fun <ScreenT : Screen> ScreenViewFactory<ScreenT>.asComposableFactory(): ScreenComposableFactory<ScreenT>
Convert a ScreenViewFactory to a ScreenComposableFactory, using AndroidView to host the View
it builds.
It is unusual to use this function directly, it is mainly an implementation detail of ViewEnvironment.withComposeInteropSupport.