close method

void close()

Closes all open connections to the server.

Implementation

void close() {
  closeStreamingConnection();
}