addTextFieldWithConfigurationHandler method
void
addTextFieldWithConfigurationHandler(
- ObjCBlock<
Void Function(UITextField$1)> ? configurationHandler
addTextFieldWithConfigurationHandler:
Implementation
void addTextFieldWithConfigurationHandler(objc.ObjCBlock<ffi.Void Function(UITextField$1)>? configurationHandler) {
objc.checkOsVersionInternal('UIAlertController.addTextFieldWithConfigurationHandler:', iOS: (false, (8, 0, 0)));
_objc_msgSend_f167m6(
this.ref.pointer,
_sel_addTextFieldWithConfigurationHandler_,
configurationHandler?.ref.pointer ?? ffi.nullptr,
);
}