call method

void call(
  1. int arg0,
  2. Pointer<Bool> arg1
)

Implementation

void call(int arg0, ffi.Pointer<ffi.Bool> arg1) => _id.ref.invoke
    .cast<
        ffi.NativeFunction<
            ffi.Void Function(ffi.Pointer<_ObjCBlock> block,
                ffi.UnsignedLong arg0, ffi.Pointer<ffi.Bool> arg1)>>()
    .asFunction<
        void Function(ffi.Pointer<_ObjCBlock>, int,
            ffi.Pointer<ffi.Bool>)>()(_id, arg0, arg1);