setEndpoint static method

void setEndpoint(
  1. String? origin
)

Puts the provided String to the browser's local storage as the origin.

Implementation

static void setEndpoint(String? origin) {
  // No-op.
}