dismissError method

void dismissError()

Implementation

void dismissError() {
  _safeSetState(state.copyWith(showError: false));
}