menu
runanywhere package
documentation
features/tts/system_tts_service.dart
SystemTTSService
stop method
stop method
dark_mode
light_mode
stop
method
Future
<
void
>
stop
(
)
Implementation
Future<void> stop() async { await _flutterTts.stop(); _isSynthesizing = false; }
runanywhere package
documentation
features/tts/system_tts_service
SystemTTSService
stop method
SystemTTSService class