forceSurvey method
If forceSurvey
is set to true, the survey is displayed
skipping eligibility check AND even if user was already surveyed.
This is for test purposes only as it will display the survey every time and for every user.
Implementation
@override
forceSurvey(bool forceSurvey) {
methodChannel.invokeMethod('forceSurvey', {
'forceSurvey': forceSurvey,
});
}