SynthizerSoundBackend constructor

const SynthizerSoundBackend({
  1. required Context context,
  2. required BufferCache bufferCache,
})

Create an instance.

Implementation

const SynthizerSoundBackend({
  required this.context,
  required this.bufferCache,
});