call method
UITraitChangeRegistration
call(
- Pointer<
Void> arg0, - NSArray arg1,
- ObjCBlock<
Void Function(Pointer< arg2ObjCObject> , UITraitCollection)>
Implementation
UITraitChangeRegistration call(ffi.Pointer<ffi.Void> arg0, objc.NSArray arg1, objc.ObjCBlock<ffi.Void Function(ffi.Pointer<objc.ObjCObject>, UITraitCollection)> arg2) =>UITraitChangeRegistration.castFromPointer(ref.pointer.ref.invoke.cast<ffi.NativeFunction<ffi.Pointer<objc.ObjCObject> Function(ffi.Pointer<objc.ObjCBlockImpl> block, ffi.Pointer<ffi.Void> arg0, ffi.Pointer<objc.ObjCObject> arg1, ffi.Pointer<objc.ObjCBlockImpl> arg2)>>()
.asFunction<ffi.Pointer<objc.ObjCObject> Function(ffi.Pointer<objc.ObjCBlockImpl> , ffi.Pointer<ffi.Void> , ffi.Pointer<objc.ObjCObject> , ffi.Pointer<objc.ObjCBlockImpl> )>()(
ref.pointer, arg0, arg1.ref.pointer, arg2.ref.pointer), retain: true, release: true);