getVoices method

  1. @DomName('SpeechSynthesis.getVoices')
  2. @DocsEditable()
List<SpeechSynthesisVoice> getVoices ()

Implementation

@DomName('SpeechSynthesis.getVoices')
@DocsEditable()
List<SpeechSynthesisVoice> getVoices() native;