video_worker_config method Null safety
- Config value
Set the VideoWorker configuration file with optionally overridden parameters.
Implementation
VideoWorkerParams video_worker_config(Config value) {
_video_worker_config = value;
return this;
}
Set the VideoWorker configuration file with optionally overridden parameters.
VideoWorkerParams video_worker_config(Config value) {
_video_worker_config = value;
return this;
}