active_liveness_checks_order method Null safety
- 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;
}