EventChannelLivespeechtotext constructor
EventChannelLivespeechtotext()
Implementation
EventChannelLivespeechtotext() {
onSuccessEvent = EventChannel("$channelName/success");
onAnyEvent = EventChannel(channelName);
}