Skip to content

Commit

Permalink
Update dartdoc for SurveyHandler.fetchSurveyList
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasyishak committed Nov 6, 2023
1 parent 6ad3691 commit e847e95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/unified_analytics/lib/src/survey_handler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ class SurveyHandler {
}

/// Retrieves the survey metadata file from [kContextualSurveyUrl].
///
/// Note: This will only return surveys that are within the start and end
/// periods of a given survey.
Future<List<Survey>> fetchSurveyList() async {
final List<dynamic> body;
try {
Expand Down

0 comments on commit e847e95

Please sign in to comment.