clearLogs method

void clearLogs()

清除所有日志

Implementation

void clearLogs() {
  if (!_isInitialized) return;
  logManager.clearLogs();
}