SynthizerSoundChannel constructor
const
SynthizerSoundChannel({
- required SynthizerSoundBackend backend,
- required Source source,
Create an instance.
Implementation
const SynthizerSoundChannel({
required this.backend,
required this.source,
});