ToReflectedMethod property

Pointer<NativeFunction<JniResult Function(JClassPtr cls, JMethodIDPtr methodId, JBooleanMarker isStatic)>> ToReflectedMethod
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        JniResult Function(JClassPtr cls, JMethodIDPtr methodId,
            JBooleanMarker isStatic)>> ToReflectedMethod;