NeoHub constructor

NeoHub(
  1. String host
)

Implementation

NeoHub(String host) : _sender = SocketSender(host);