openLog method

Future<String?> openLog()

开启日志打印 (Debug级别)

Implementation

Future<String?> openLog() {
  return NetworkPlatform.instance.openLog();
}