ProducersState constructor
const
ProducersState({
- Producer? mic,
- Producer? webcam,
- Producer? screen,
Implementation
const ProducersState({
this.mic,
this.webcam,
this.screen,
});