|
|
@@ -22,7 +22,7 @@
|
|
|
_channel = [FlutterMethodChannel
|
|
|
methodChannelWithName:@"speech_plugin"
|
|
|
binaryMessenger:[registrar messenger]];
|
|
|
- [IFlySetting setLogFile:LVL_ALL];
|
|
|
+// [IFlySetting setLogFile:LVL_ALL];
|
|
|
SpeechPlugin* instance = [[SpeechPlugin alloc] init];
|
|
|
[registrar addMethodCallDelegate:instance channel: _channel];
|
|
|
}
|