getID function

String getID()

Implementation

String getID() {
  return platform.isWeb ? [ENV, html.window.location.host].join("-") : ENV;
}