captureTextFromCamera method
void
captureTextFromCamera(
- ObjCObject? sender
captureTextFromCamera:
Implementation
void captureTextFromCamera(objc.ObjCObject? sender) {
final _$$ref = object$.ref;
final _$$ref$1 = sender?.ref;
objc.checkOsVersionInternal('UIResponder.captureTextFromCamera:', iOS: (false, (15, 0, 0)));
_objc_msgSend_xtuoz7(_$$ref.pointer, _sel_captureTextFromCamera_, _$$ref$1?.pointer ?? ffi.nullptr);
}