开启日志打印 (Debug级别)
Future<String?> openLog() async { final result = await methodChannel.invokeMethod("openLog"); return result; }