markSurveyCompleted method
void
markSurveyCompleted(
- Map<
String, dynamic> response, [ - 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);
}