does Method Exist
fun doesMethodExist(className: String, methodName: String, vararg parameterTypes: Class<*>?): Boolean
Checks if the provided className & method exists on the classpath. Note that the provided class should most likely be present in the consumer proguard rules in order for this check to work in obfuscated environments!