blockRetain function

  1. @Native<Pointer<ObjCObjectImpl> Function(Pointer<ObjCObjectImpl>)>(ffi.Pointer<ObjCObjectImpl>)>(symbol: 'objc_retainBlock', isLeaf: true)
Pointer<ObjCObjectImpl> blockRetain(
  1. 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,
);