matching_threads_count method Null safety
- int value
Set the number of threads for matching templates with the database.
Implementation
VideoWorkerParams matching_threads_count(int value) {
_matching_threads_count = value;
return this;
}
Set the number of threads for matching templates with the database.
VideoWorkerParams matching_threads_count(int value) {
_matching_threads_count = value;
return this;
}