call method
Implementation
void call(ffi.Pointer<ffi.Void> arg0, objc.CGPoint arg1) =>
ref.pointer.ref.invoke
.cast<
ffi.NativeFunction<
ffi.Void Function(ffi.Pointer<objc.ObjCBlockImpl> block, ffi.Pointer<ffi.Void> arg0, objc.CGPoint arg1)
>
>()
.asFunction<void Function(ffi.Pointer<objc.ObjCBlockImpl>, ffi.Pointer<ffi.Void>, objc.CGPoint)>()(
ref.pointer,
arg0,
arg1,
);