unsubscribeFromSSE static method

void unsubscribeFromSSE()

Implementation

static void unsubscribeFromSSE() {
  _client.close();
}