SynthizerSoundBackend constructor
const
SynthizerSoundBackend({
- required Context context,
- required BufferCache bufferCache,
Create an instance.
Implementation
const SynthizerSoundBackend({
required this.context,
required this.bufferCache,
});