processing_threads_count method Null safety

VideoWorkerParams processing_threads_count(
  1. int value
)

Set the number of threads for creating templates.

Implementation

VideoWorkerParams processing_threads_count(int value) {
  _processing_threads_count = value;
  return this;
}