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