destroyAll method

Future<void> destroyAll()

Destroys unified STT and TTS.

Implementation

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