MethodChannelXfmsc constructor

MethodChannelXfmsc()

Implementation

MethodChannelXfmsc() : super() {
  methodChannel.setMethodCallHandler(onMethodCall);
  speechEvaluator = SpeechEvaluatorImpl(methodChannel);
}