menu
adapter_websocket package
documentation
websocket_plugin.dart
WebSocketClient
sendJson method
sendJson method
dark_mode
light_mode
sendJson
method
Future
<
void
>
sendJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
Future<void> sendJson(Map<String, dynamic> json) => sendMessage(WebSocketMessage.json(json));
adapter_websocket package
documentation
websocket_plugin
WebSocketClient
sendJson method
WebSocketClient class