exportLogs static method

Future<String?> exportLogs()

导出日志

Implementation

static Future<String?> exportLogs() async {
  return await DKLog.exportLogs();
}