getEndpoint method Null safety

String getEndpoint()

Get current Director API endpoint where requests will be sent.

By default, https://director.millicast.com is the current API endpoint. Returns API base url

Implementation

static String getEndpoint() {
  return apiEndpoint;
}