updateTextAttributesWithConversionHandler method

void updateTextAttributesWithConversionHandler(
  1. ObjCBlock<NSDictionary Function(NSDictionary)> conversionHandler
)

updateTextAttributesWithConversionHandler:

Implementation

void updateTextAttributesWithConversionHandler(
  objc.ObjCBlock<objc.NSDictionary Function(objc.NSDictionary)> conversionHandler,
) {
  final _$$ref = object$.ref;
  final _$$ref$1 = conversionHandler.ref;
  objc.checkOsVersionInternal('UIResponder.updateTextAttributesWithConversionHandler:', iOS: (false, (13, 0, 0)));
  if (!objc.respondsToSelector(_$$ref.pointer, _sel_updateTextAttributesWithConversionHandler_)) {
    throw objc.UnimplementedOptionalMethodException('UIResponder', 'updateTextAttributesWithConversionHandler:');
  }
  _objc_msgSend_f167m6(_$$ref.pointer, _sel_updateTextAttributesWithConversionHandler_, _$$ref$1.pointer);
}