clearError method

void clearError()

Clears any error message that may be displayed.

Implementation

void clearError() {
  _errorMessage = null;
}