showError method

void showError()

Implementation

void showError() {
  emit(state.copyWith(isVisible: true));
}