clearHistory static method

void clearHistory()

清空日志历史

Implementation

static void clearHistory() {
  _talker?.cleanHistory();
}