submitSurvey abstract method
Implementation
@PUT(Api.submitSurvey)
Future<GenericResponse> submitSurvey({
@Body() required body,
@Header("X-UserId") String xUserId = "",
@Header("content-type") String type = "application/json",
});
@PUT(Api.submitSurvey)
Future<GenericResponse> submitSurvey({
@Body() required body,
@Header("X-UserId") String xUserId = "",
@Header("content-type") String type = "application/json",
});