makeTextWritingDirectionLeftToRight method
void
makeTextWritingDirectionLeftToRight(
- ObjCObjectBase? sender
makeTextWritingDirectionLeftToRight:
Implementation
void makeTextWritingDirectionLeftToRight(objc.ObjCObjectBase? sender) {
objc.checkOsVersionInternal('UIResponder.makeTextWritingDirectionLeftToRight:', iOS: (false, (5, 0, 0)));
if (!objc.respondsToSelector(this.ref.pointer, _sel_makeTextWritingDirectionLeftToRight_)) {
throw objc.UnimplementedOptionalMethodException('UIResponder', 'makeTextWritingDirectionLeftToRight:');
}
_objc_msgSend_xtuoz7(
this.ref.pointer,
_sel_makeTextWritingDirectionLeftToRight_,
sender?.ref.pointer ?? ffi.nullptr,
);
}