SpeechSynthesisListener constructor

SpeechSynthesisListener({
  1. OnSpeechSynthesisSuccess? onSpeechSynthesisSuccess,
  2. OnSpeechSynthesisFailed? onSpeechSynthesisFailed,
})

Implementation

SpeechSynthesisListener(
    {this.onSpeechSynthesisSuccess, this.onSpeechSynthesisFailed});