install static method

void install(
  1. WebRuntime runtime
)

Implementation

static void install(WebRuntime runtime) {
  _current = runtime;
}