close method
void
close()
For closing the connection between the client and engine.
Implementation
void close() {
_naniDict[_socket].close();
}
For closing the connection between the client and engine.
void close() {
_naniDict[_socket].close();
}