streams_count method Null safety

VideoWorkerParams streams_count(
  1. int value
)

Set the number of video streams.

Implementation

VideoWorkerParams streams_count(int value) {
  _streams_count = value;
  return this;
}