getParticipantData method
Get currently set data for all expected participant data in the study
deployment with studyDeploymentId
.
Data which is not set equals null.
Implementation
@override
Future<ParticipantData> getParticipantData(String studyDeploymentId) async =>
await participation(studyDeploymentId).getParticipantData();