passScoreAndTextToURL method

  1. @override
dynamic passScoreAndTextToURL(
  1. bool passScoreAndTextToURL
)
override

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,
  });
}