clearError method

void clearError()

Implementation

void clearError() {
  setState(() {
    _errorMessage = null;
  });
}