Compose API Reference Compose Runtime getDeclaredComposableMethod Function Jvm @Throws(NoSuchMethodException::class) public fun Class<*>.getDeclaredComposableMethod( methodName: String, vararg args: Class<*>, ): ComposableMethod Find the given @Composable method by name.
Compose API Reference Compose Runtime getDeclaredComposableMethod Function Jvm @Throws(NoSuchMethodException::class) public fun Class<*>.getDeclaredComposableMethod( methodName: String, vararg args: Class<*>, ): ComposableMethod Find the given @Composable method by name.