attributedStringWithAttachment$1 static method
NSAttributedString
attributedStringWithAttachment$1(
- NSTextAttachment attachment, {
- required NSDictionary attributes,
attributedStringWithAttachment:attributes:
Implementation
static objc.NSAttributedString attributedStringWithAttachment$1(NSTextAttachment attachment, {required objc.NSDictionary attributes}) {
objc.checkOsVersionInternal('NSAttributedString.attributedStringWithAttachment:attributes:', iOS: (false, (18, 0, 0)), macOS: (false, (15, 0, 0)));
final $ret = _objc_msgSend_15qeuct(_class_NSAttributedString, _sel_attributedStringWithAttachment_attributes_, attachment.ref.pointer, attributes.ref.pointer);
return objc.NSAttributedString.fromPointer($ret, retain: true, release: true);
}