localizedAttributedStringWithFormat$2 static method

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

localizedAttributedStringWithFormat:context:

Implementation

static NSAttributedString localizedAttributedStringWithFormat$2(NSAttributedString format, {required objc.NSDictionary context}) {
objc.checkOsVersionInternal('NSAttributedString.localizedAttributedStringWithFormat:context:', iOS: (false, (17, 0, 0)), macOS: (false, (14, 0, 0)));
  final _ret = _objc_msgSend_15qeuct(_class_NSAttributedString, _sel_localizedAttributedStringWithFormat_context_, format.ref.pointer, context.ref.pointer);
  return NSAttributedString.castFromPointer(_ret, retain: true, release: true);
}