showSurveyWall method

Future<void> showSurveyWall()

Implementation

Future<void> showSurveyWall() async {
  try {
    await _channel.invokeMethod('showSurveyWall');
  } catch (e) {
    print(e.toString());
  }
}