menu
runanywhere package
documentation
features/tts/system_tts_service.dart
SystemTTSService
getAvailableVoices method
getAvailableVoices method
dark_mode
light_mode
getAvailableVoices
method
Future
<
List
<
TTSVoice
>
>
getAvailableVoices
(
)
Implementation
Future<List<TTSVoice>> getAvailableVoices() async { return _availableVoicesList; }
runanywhere package
documentation
features/tts/system_tts_service
SystemTTSService
getAvailableVoices method
SystemTTSService class