showSurvey method
Implementation
Future<void> showSurvey(dynamic aliasName) async {
QualarooFlutterPlatform.instance.showSurvey(aliasName);
}
Future<void> showSurvey(dynamic aliasName) async {
QualarooFlutterPlatform.instance.showSurvey(aliasName);
}