getConsentDocumentEndpointUri method
The URL for the consent document end point for studyDeploymentId
.
Implementation
String getConsentDocumentEndpointUri([String? studyDeploymentId]) =>
"${app.uri.toString()}/api/deployments/${getStudyDeploymentId(studyDeploymentId)}/consent-documents";