menu
idena_lib_dart package
documentation
pubdev/dartssh/websocket_io.dart
WebSocketImpl
sendRaw method
sendRaw method
dark_mode
light_mode
sendRaw
method
@
override
void
sendRaw
(
Uint8List
raw
)
override
Sends
raw
over the socket.
Implementation
@override void sendRaw(Uint8List raw) => socket.add(raw);
idena_lib_dart package
documentation
pubdev/dartssh/websocket_io
WebSocketImpl
sendRaw method
WebSocketImpl class