captureAllFromCamera method

ResponseFuture<CaptureAllFromCameraResponse> captureAllFromCamera(
  1. CaptureAllFromCameraRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$40.CaptureAllFromCameraResponse> captureAllFromCamera($40.CaptureAllFromCameraRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$captureAllFromCamera, request, options: options);
}