menu
dk_util package
documentation
log/dk_log_example.dart
FileLogExample
exportLogs static method
exportLogs static method
dark_mode
light_mode
exportLogs
static method
Future
<
String
?
>
exportLogs
(
)
导出日志
Implementation
static Future<String?> exportLogs() async { return await DKLog.exportLogs(); }
dk_util package
documentation
log/dk_log_example
FileLogExample
exportLogs static method
FileLogExample class