processing_threads_count method Null safety
- int value
Set the number of threads for creating templates.
Implementation
VideoWorkerParams processing_threads_count(int value) {
  _processing_threads_count = value;
  return this;
}Set the number of threads for creating templates.
VideoWorkerParams processing_threads_count(int value) {
  _processing_threads_count = value;
  return this;
}