clearHistory method

void clearHistory()

Implementation

void clearHistory() {
  _binding.clearHistory();
  refreshView();
}