resetError method

void resetError()

Implementation

void resetError() {
  _hasError = false;
  notifyListeners();
}