showSurvey method

  1. @override
dynamic showSurvey()
override

Display Wootric survey driven by configured settings.

Implementation

@override
showSurvey() {
  methodChannel.invokeMethod('showWootricSurvey');
}