localizedAttributedStringWithFormat$3 static method

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

localizedAttributedStringWithFormat:options:context:

Implementation

static objc.NSAttributedString localizedAttributedStringWithFormat$3(objc.NSAttributedString format, {required int options,required objc.NSDictionary context}) {
objc.checkOsVersionInternal('NSAttributedString.localizedAttributedStringWithFormat:options:context:', iOS: (false, (17, 0, 0)), macOS: (false, (14, 0, 0)));
  final $ret = _objc_msgSend_187k8ck(_class_NSAttributedString, _sel_localizedAttributedStringWithFormat_options_context_, format.ref.pointer, options, context.ref.pointer);
  return objc.NSAttributedString.fromPointer($ret, retain: true, release: true);
}