setHost method
Sets the host for this swarm. This is used to resolve a circular dependency during initialization.
Implementation
setHost(Host host) {
_host = host;
}
Sets the host for this swarm. This is used to resolve a circular dependency during initialization.
setHost(Host host) {
_host = host;
}