showSurvey function

  1. @JS('window.Gleap.showSurvey')
Future<void> showSurvey(
  1. String surveyId,
  2. String format
)

Implementation

@JS('window.Gleap.showSurvey')
external Future<void> showSurvey(String surveyId, String format);