getFileEndpointUri method

String getFileEndpointUri([
  1. String? studyId
])

The URL for the file end point for study with id studyId.

Implementation

String getFileEndpointUri([String? studyId]) =>
    "${app.uri.toString()}/api/studies/${getStudyId(studyId)}/files";