disposeSynth method

Future<void> disposeSynth(
  1. String synthId
)

Implementation

Future<void> disposeSynth(String synthId) {
  throw UnimplementedError('disposeSynth() has not been implemented.');
}