disconnectWebSocketClient method

Future<void>? disconnectWebSocketClient()

Implementation

Future<void>? disconnectWebSocketClient() {
  return webSocketConnection?.client.disconnect();
}