ungrouped/hare_websocket library

Classes

HareWebsocket

Typedefs

OnWebSocketBinary = void Function(Uint8List data)
OnWebSocketClose = void Function(int? code, String reason)
OnWebSocketError = void Function(WebSocketException e)
OnWebSocketText = void Function(String text)