stopTTS method

Future<void> stopTTS()

停止语音合成

Implementation

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