menu
flutter_aiui package
documentation
flutter_aiui_method_channel.dart
MethodChannelFlutterAiui
stopTTS method
stopTTS method
dark_mode
light_mode
stopTTS
method
@
override
Future
<
void
>
stopTTS
(
)
override
停止语音合成
Implementation
@override Future<void> stopTTS() { return methodChannel.invokeMethod(AiuiConstant.stopTTS); }
flutter_aiui package
documentation
flutter_aiui_method_channel
MethodChannelFlutterAiui
stopTTS method
MethodChannelFlutterAiui class