showSurveyIfAvailable static method

Future<void> showSurveyIfAvailable()

Shows one of the surveys that were not shown before, that also have conditions that match the current device/user. Does nothing if there are no available surveys or if a survey has already been shown in the current session.

Implementation

static Future<void> showSurveyIfAvailable() async {
  return _host.showSurveyIfAvailable();
}