captureObject static method
Future<UArObjectCaptureResult?>
captureObject({
- UArObjectCaptureDetail detail = UArObjectCaptureDetail.reduced,
Implementation
static Future<UArObjectCaptureResult?> captureObject({UArObjectCaptureDetail detail = UArObjectCaptureDetail.reduced}) => UAr.captureObject(
options: UArObjectCaptureOptions(
detail: detail,
labels: <String, String>{"continue": U.s.next, "start": U.s.startCapture, "finish": U.s.finish, "cancel": U.s.cancel, "processing": U.s.processing},
),
);