getDeclaredComposableMethod
Source set: JvmAndAndroid
public fun Class<*>.getDeclaredComposableMethod(
methodName: String,
vararg args: Class<*>,
): ComposableMethod
Find the given @Composable method by name.
Find the given @Composable method by name.
public fun Class<*>.getDeclaredComposableMethod(
methodName: String,
vararg args: Class<*>,
): ComposableMethod
Find the given @Composable method by name.