blockRetain function
- @Native<Pointer<
ObjCObjectImpl> Function(Pointer<ObjCObjectImpl> )>(ffi.Pointer<ObjCObjectImpl>)>(symbol: 'objc_retainBlock', isLeaf: true)
- Pointer<
ObjCObjectImpl> object
Implementation
@ffi.Native<ffi.Pointer<ObjCObjectImpl> Function(ffi.Pointer<ObjCObjectImpl>)>(
symbol: 'objc_retainBlock',
isLeaf: true,
)
external ffi.Pointer<ObjCObjectImpl> blockRetain(
ffi.Pointer<ObjCObjectImpl> object,
);