participation method

ParticipationReference participation([
  1. String? studyDeploymentId
])

Gets a ParticipationReference for a studyDeploymentId. If the studyDeploymentId is not provided, the study deployment id specified in the CarpApp is used.

Implementation

ParticipationReference participation([String? studyDeploymentId]) =>
    ParticipationReference._(this, studyDeploymentId);