getParticipantData method

  1. @override
Future<ParticipantData> getParticipantData(
  1. String studyDeploymentId
)
override

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();