getSurveyResponse abstract method

Future<Map?> getSurveyResponse({
  1. required String surveyHash,
  2. Map<String, dynamic>? customVariables,
})

Implementation

Future<Map?> getSurveyResponse(
    {required String surveyHash, Map<String, dynamic>? customVariables});