LivenessCaptureResponse constructor

const LivenessCaptureResponse({
  1. required LivenessSession livenessSession,
})

Implementation

const LivenessCaptureResponse({
  required this.livenessSession,
});