setErrorShown method

void setErrorShown()

Implementation

void setErrorShown() {
  emit(state.copyWith(isErrorShown: true));
}