clearLogs static method
清空所有日志
Implementation
static Future<void> clearLogs() async {
await DKLog.clearAllLogs();
DKLog.i('所有日志已清空', tag: 'FileLog');
}
清空所有日志
static Future<void> clearLogs() async {
await DKLog.clearAllLogs();
DKLog.i('所有日志已清空', tag: 'FileLog');
}