setHost method

dynamic setHost(
  1. Host host
)

Sets the host for this swarm. This is used to resolve a circular dependency during initialization.

Implementation

setHost(Host host) {
  _host = host;
}