addTextFieldWithConfigurationHandler method

void addTextFieldWithConfigurationHandler(
  1. ObjCBlock<Void Function(UITextField)>? configurationHandler
)

addTextFieldWithConfigurationHandler:

Implementation

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