call method

CGRect call(
  1. int arg0,
  2. CGRect arg1
)

Implementation

objc.CGRect call(int arg0, objc.CGRect arg1) => ref.pointer.ref.invoke
    .cast<
      ffi.NativeFunction<objc.CGRect Function(ffi.Pointer<objc.ObjCBlockImpl> block, ffi.Int arg0, objc.CGRect arg1)>
    >()
    .asFunction<objc.CGRect Function(ffi.Pointer<objc.ObjCBlockImpl>, int, objc.CGRect)>()(ref.pointer, arg0, arg1);