clearResults method
void
clearResults()
Clears the current results and error state
Implementation
void clearResults() {
_currentResult = null;
_clearError();
notifyListeners();
}
Clears the current results and error state
void clearResults() {
_currentResult = null;
_clearError();
notifyListeners();
}