video_worker_config method Null safety

VideoWorkerParams video_worker_config(
  1. Config value
)

Set the VideoWorker configuration file with optionally overridden parameters.

Implementation

VideoWorkerParams video_worker_config(Config value) {
  _video_worker_config = value;
  return this;
}