customPlatform method

Future<WebPresenterRestResponse> customPlatform(
  1. String filename
)

Implementation

Future<WebPresenterRestResponse> customPlatform(String filename) =>
    get('/livestreams/customPlatforms/${_segment(filename)}');