clearResults method

void clearResults()

Clears the current results and error state

Implementation

void clearResults() {
  _currentResult = null;
  _clearError();
  notifyListeners();
}