captureTextFromCameraActionForResponder static method

UIAction captureTextFromCameraActionForResponder(
  1. UIResponder responder, {
  2. NSString? identifier$1,
})

captureTextFromCameraActionForResponder:identifier:

Implementation

static UIAction captureTextFromCameraActionForResponder(UIResponder responder, {objc.NSString? identifier$1}) {
objc.checkOsVersionInternal('UIAction.captureTextFromCameraActionForResponder:identifier:', iOS: (false, (15, 0, 0)));
  final _ret = _objc_msgSend_15qeuct(_class_UIAction, _sel_captureTextFromCameraActionForResponder_identifier_, responder.ref.pointer, identifier$1?.ref.pointer ?? ffi.nullptr);
  return UIAction.castFromPointer(_ret, retain: true, release: true);
}