clearLogs static method
清理日志文件
Implementation
static Future<void> clearLogs() async {
if (instance._engine != null) {
await instance._engine!.clearLogs();
}
}
清理日志文件
static Future<void> clearLogs() async {
if (instance._engine != null) {
await instance._engine!.clearLogs();
}
}