getAvailableVoices method

Future<List<TTSVoice>> getAvailableVoices()

Implementation

Future<List<TTSVoice>> getAvailableVoices() async {
  return _availableVoicesList;
}