showSurveyWithEvent method
Display Wootric survey driven by configured settings and event name.
Implementation
@override
showSurveyWithEvent(String eventName) {
methodChannel
.invokeMethod('showWootricSurveyWithEvent', {'eventName': eventName});
}