clearHistoryList method

void clearHistoryList()

Implementation

void clearHistoryList() {
  _historyList = List.empty(growable: true);
}