reportSurveyStartClicked method
void
reportSurveyStartClicked()
Implementation
void reportSurveyStartClicked() {
final state = _surveyOrchestrator.state;
if (state == null) return;
_events.toCep(
const ExperienceClicked(elementId: 'welcome_start'), state.payload);
}