rememberPlatformView
inline fun <T : Any, V : BasicPlatformView<T>> rememberPlatformView(crossinline factory: @DisallowComposableCalls () -> V): V
inline fun <T : Any, V : BasicPlatformView<T>, S1> rememberPlatformView(arg1: S1, crossinline factory: @DisallowComposableCalls (State<S1>) -> V): V
inline fun <T : Any, V : BasicPlatformView<T>, S1, S2> rememberPlatformView(arg1: S1, arg2: S2, crossinline factory: @DisallowComposableCalls (State<S1>, State<S2>) -> V): V
inline fun <T : Any, V : BasicPlatformView<T>, S1, S2, S3> rememberPlatformView(arg1: S1, arg2: S2, arg3: S3, crossinline factory: @DisallowComposableCalls (State<S1>, State<S2>, State<S3>) -> V): V