关闭日志打印,默认关闭
Future<String?> closeLog() async { final result = await methodChannel.invokeMethod("closeLog"); return result; }