active_liveness_checks_order method Null safety

VideoWorkerParams active_liveness_checks_order(
  1. List<ActiveLivenessCheckType> value
)

Set the order for checking the active liveness

Implementation

VideoWorkerParams active_liveness_checks_order(List<ActiveLivenessCheckType> value) {
  _active_liveness_checks_order = value;
  return this;
}