encodeByrefObject_ method

void encodeByrefObject_(
  1. NSObject? anObject
)

Implementation

void encodeByrefObject_(NSObject? anObject) {
  _lib._objc_msgSend_288(
      _id, _lib._sel_encodeByrefObject_1, anObject?._id ?? ffi.nullptr);
}