objectRelease function
- @Native<Void Function(Pointer<
ObjCObjectImpl> )>(ffi.Pointer<ObjCObjectImpl>)>(symbol: 'objc_release', isLeaf: true)
- Pointer<
ObjCObjectImpl> object
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ObjCObjectImpl>)>(
symbol: 'objc_release',
isLeaf: true,
)
external void objectRelease(ffi.Pointer<ObjCObjectImpl> object);