getVoices method

Future<List<VoiceInfo>> getVoices()

Get available voices for this provider

Implementation

Future<List<VoiceInfo>> getVoices() {
  throw UnsupportedError('Voice listing not supported by this provider');
}