clearError method

void clearError()

Clear error

Implementation

void clearError() {
  _lastError = null;
  notifyListeners();
}