getParticipantData method

Future<ParticipantData> getParticipantData()

Get currently set data for all expected participant data in this study deployment with studyDeploymentId. Data which is not set equals null.

Implementation

Future<ParticipantData> getParticipantData() async =>
    ParticipantData.fromJson(
        await _rpc(GetParticipantData(studyDeploymentId)));