clearError method

void clearError()

Implementation

void clearError() {
  emit(state.copyWith(errorMessage: null));
}