localizedAttributedStringWithFormat$2 static method

NSAttributedString localizedAttributedStringWithFormat$2(
  1. NSAttributedString format, {
  2. required int options,
})

localizedAttributedStringWithFormat:options:

Implementation

static objc.NSAttributedString localizedAttributedStringWithFormat$2(objc.NSAttributedString format, {required int options}) {
objc.checkOsVersionInternal('NSAttributedString.localizedAttributedStringWithFormat:options:', iOS: (false, (15, 0, 0)), macOS: (false, (12, 0, 0)));
  final $ret = _objc_msgSend_s058d2(_class_NSAttributedString, _sel_localizedAttributedStringWithFormat_options_, format.ref.pointer, options);
  return objc.NSAttributedString.fromPointer($ret, retain: true, release: true);
}