In-app Surveys Callback
Covered here is how to set up the event handler that fires before and after every survey is shown for your Flutter apps.
Before Showing the Survey
Surveys.setOnShowCallback(Function function);After the Survey Has Been Dismissed
Surveys.setOnDismissCallback(Function function);Last updated