clearHistory method

void clearHistory()

清除请求历史记录

Implementation

void clearHistory() {
  _requestHistory.clear();
}