getVoice method

Future<List<String>?> getVoice()

Return supported voices

Implementation

Future<List<String>?> getVoice() => TextToSpeechPlatform.instance.getVoice();