fileEndpointUri property

String get fileEndpointUri

The URL for the file end point for this FileStorageReference.

Implementation

String get fileEndpointUri =>
    "${service.app.uri.toString()}/api/studies/$studyId/files";