dismissError method

void dismissError()

Clears the last error.

Implementation

void dismissError() {
  _setError(null);
}