showSurvey method

Future<void> showSurvey(
  1. dynamic aliasName
)

Implementation

Future<void> showSurvey(dynamic aliasName) {
  throw UnimplementedError('showSurvey() has not been implemented.');
}