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