destroyAll method

  1. @override
Future<void> destroyAll()
override

Destroys unified STT and TTS.

Implementation

@override
Future<void> destroyAll() {
  return methodChannel.invokeMethod<void>('destroyAll');
}