getAvailableVoices method
Get available voices for Google TTS
Returns a list of supported voice configurations
Implementation
@override
Future<List<GoogleVoiceInfo>> getAvailableVoices() async {
return _tts.getAvailableVoices();
}
Get available voices for Google TTS
Returns a list of supported voice configurations
@override
Future<List<GoogleVoiceInfo>> getAvailableVoices() async {
return _tts.getAvailableVoices();
}