eventReportByIDEndpoint function

String eventReportByIDEndpoint(
  1. String reportID,
  2. String baseUrl
)

Implementation

String eventReportByIDEndpoint(String reportID, String baseUrl) =>
    '$baseUrl/_synapse/admin/v1/event_reports/$reportID';