SpeechSynthesisErrorEvent constructor

SpeechSynthesisErrorEvent(
  1. String type,
  2. SpeechSynthesisErrorEventInit eventInitDict
)

Implementation

external factory SpeechSynthesisErrorEvent(
  String type,
  SpeechSynthesisErrorEventInit eventInitDict,
);