EventChannelLivespeechtotext constructor
EventChannelLivespeechtotext()
Implementation
EventChannelLivespeechtotext() {
const String channelName = Livetexttospeechflutter.channelName;
const String eventSuccess = Livetexttospeechflutter.eventSuccess;
onSuccessEvent = const EventChannel("$channelName/$eventSuccess");
onAnyEvent = const EventChannel(channelName);
}