markSurveyCompleted method

void markSurveyCompleted(
  1. Map<String, dynamic> response, [
  2. Map<String, SurveyAnswer> answers = const {}
])

Reports completion and clears the active survey.

Implementation

void markSurveyCompleted(
  Map<String, dynamic> response, [
  Map<String, SurveyAnswer> answers = const {},
]) {
  reportSurveyCompleted(response, answers);
}