1. Deprecated("Internal Use Only")
SpeechSynthesis internalCreateSpeechSynthesis()

Source

@Deprecated("Internal Use Only")
static SpeechSynthesis internalCreateSpeechSynthesis() {
  return new SpeechSynthesis._internalWrap();
}