callMethod property

Pointer<NativeFunction<JniResult Function(JObjectPtr obj, JMethodIDPtr methodID, Int callType, Pointer<JValue> args)>> callMethod
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        JniResult Function(JObjectPtr obj, JMethodIDPtr methodID,
            ffi.Int callType, ffi.Pointer<JValue> args)>> callMethod;