surveyImmediately method
If surveyImmediately
is set to true and user wasn’t surveyed yet -
eligibility check will return true and survey will be displayed.
Implementation
@override
surveyImmediately(bool surveyImmediately) {
methodChannel.invokeMethod('surveyImmediately', {
'surveyImmediately': surveyImmediately,
});
}