menu
adapter_websocket package
documentation
websocket_plugin.dart
WebSocketAdapter
send abstract method
send abstract method
dark_mode
light_mode
send
abstract method
Future
<
void
>
send
(
dynamic
data
)
Sends raw data through the WebSocket
Implementation
Future<void> send(dynamic data);
adapter_websocket package
documentation
websocket_plugin
WebSocketAdapter
send abstract method
WebSocketAdapter class