close method

void close()

Attempts to close Teemo's websocket and rest client. Call before exiting the app.

Implementation

void close() {
  this._websocket.close();
  this._restClient.close();
}