setAttributes_range_ method

void setAttributes_range_(
  1. NSDictionary? attrs,
  2. _NSRange range
)

Implementation

void setAttributes_range_(NSDictionary? attrs, _NSRange range) {
  _lib._objc_msgSend_734(
      _id, _lib._sel_setAttributes_range_1, attrs?._id ?? ffi.nullptr, range);
}