drawTextInRect method
drawTextInRect:
Implementation
@Deprecated('This method is no longer called.')
void drawTextInRect(objc.CGRect rect) {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UITextField.drawTextInRect:', iOS: (false, (2, 0, 0)));
_objc_msgSend_1okkq16(_$$ref.pointer, _sel_drawTextInRect_, rect);
}