updateSynth method

Future<void> updateSynth(
  1. String synthId,
  2. SynthKitSynthOptions options
)

Implementation

Future<void> updateSynth(String synthId, SynthKitSynthOptions options) {
  throw UnimplementedError('updateSynth() has not been implemented.');
}