menu
flutter_aiui package
documentation
flutter_aiui_platform_interface.dart
FlutterAiuiPlatform
stopTTS method
stopTTS method
dark_mode
light_mode
stopTTS
method
Future
<
void
>
stopTTS
(
)
停止语音合成
Implementation
Future<void> stopTTS() { throw UnimplementedError('stopTTS() has not been implemented.'); }
flutter_aiui package
documentation
flutter_aiui_platform_interface
FlutterAiuiPlatform
stopTTS method
FlutterAiuiPlatform class