call method

void call(
  1. Pointer<Void> arg0,
  2. UITabBar arg1,
  3. NSArray arg2
)

Implementation

void call(ffi.Pointer<ffi.Void> arg0, UITabBar arg1, objc.NSArray arg2) => ref.pointer.ref.invoke
    .cast<
      ffi.NativeFunction<
        ffi.Void Function(
          ffi.Pointer<objc.ObjCBlockImpl> block,
          ffi.Pointer<ffi.Void> arg0,
          ffi.Pointer<objc.ObjCObjectImpl> arg1,
          ffi.Pointer<objc.ObjCObjectImpl> arg2,
        )
      >
    >()
    .asFunction<
      void Function(
        ffi.Pointer<objc.ObjCBlockImpl>,
        ffi.Pointer<ffi.Void>,
        ffi.Pointer<objc.ObjCObjectImpl>,
        ffi.Pointer<objc.ObjCObjectImpl>,
      )
    >()(ref.pointer, arg0, arg1.ref.pointer, arg2.ref.pointer);