menu
dart_websocket package
documentation
websocket.dart
WebSocket
addUtf8Text method
addUtf8Text method
dark_mode
light_mode
addUtf8Text
method
void
addUtf8Text
(
List
<
int
>
bytes
)
Implementation
void addUtf8Text(List<int> bytes) => throw _unsupportedError;
dart_websocket package
documentation
websocket
WebSocket
addUtf8Text method
WebSocket class