pasteAndMatchStyle method

void pasteAndMatchStyle(
  1. ObjCObject? sender
)

pasteAndMatchStyle:

Implementation

void pasteAndMatchStyle(objc.ObjCObject? sender) {
  final _$$ref = object$.ref;
  final _$$ref$1 = sender?.ref;
  objc.checkOsVersionInternal('UIResponder.pasteAndMatchStyle:', iOS: (false, (15, 0, 0)));
  if (!objc.respondsToSelector(_$$ref.pointer, _sel_pasteAndMatchStyle_)) {
    throw objc.UnimplementedOptionalMethodException('UIResponder', 'pasteAndMatchStyle:');
  }
  _objc_msgSend_xtuoz7(_$$ref.pointer, _sel_pasteAndMatchStyle_, _$$ref$1?.pointer ?? ffi.nullptr);
}