Function

getDeclaredComposableMethod

Find the given @Composable method by name.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

Overload 1

JvmAndAndroid
@Throws(NoSuchMethodException::class)
public fun Class<*>.getDeclaredComposableMethod(
    methodName: String,
    vararg args: Class<*>,
): ComposableMethod

Find the given @Composable method by name.