stopNotificationWebSocket static method

void stopNotificationWebSocket()

Implementation

static void stopNotificationWebSocket() {
  _mIsWebSocketRunning = false;
  _mWebSocket?.close(WebSocketStatus.goingAway);
  _mWebSocket = null;
}