setParticipantData abstract method
Future<ParticipantData>
setParticipantData(
- String studyDeploymentId,
- String inputDataType,
- ParticipantData data
Set participant data for the given inputDataType in the study deployment
with studyDeploymentId.
Returns all data for the specified study deployment, including the newly set data.
Implementation
Future<ParticipantData> setParticipantData(
String studyDeploymentId,
String inputDataType,
ParticipantData data,
);