unloadSoundfont method

Future<bool> unloadSoundfont()

Unload the current soundfont and free resources

Implementation

Future<bool> unloadSoundfont() {
  throw UnimplementedError('unloadSoundfont() has not been implemented.');
}