passScoreAndTextToURL method
If you enable this setting, score and feedback text will be added as wootric_score and wootric_text params to the “thank you” URL you have provided.
Implementation
@override
passScoreAndTextToURL(bool passScoreAndTextToURL) {
methodChannel.invokeMethod('passScoreAndTextToURL', {
'passScoreAndTextToURL': passScoreAndTextToURL,
});
}