EventChannelLivespeechtotext constructor

EventChannelLivespeechtotext()

Implementation

EventChannelLivespeechtotext() {
  const String channelName = Livespeechtotext.channelName;
  const String eventSuccess = Livespeechtotext.eventSuccess;

  onSuccessEvent = const EventChannel("$channelName/$eventSuccess");
  onAnyEvent = const EventChannel(channelName);
}