init method

void init()

Implementation

void init() {
  socket.listen(onData, onError: onError, onDone: onDone);

  heartbeat();
}