close method

void close()

For closing the connection between the client and engine.

Implementation

void close() {
  _naniDict[_socket].close();
}