MethodChannelAzureStt constructor

MethodChannelAzureStt()

Implementation

MethodChannelAzureStt() {
  continuousRecognition = ContinuousRecognition(methodChannel);
  conversationTranscriber = ConversationTranscriber(methodChannel);
}