menu
dartactyl package
documentation
websocket.dart
ServerWebsocket
sendCommand method
sendCommand method
dark_mode
light_mode
sendCommand
method
Future
<
void
>
sendCommand
(
String
command
)
Implementation
Future<void> sendCommand(String command) => _send( ServerWebsocketSendEvent.sendCommand, command, );
dartactyl package
documentation
websocket
ServerWebsocket
sendCommand method
ServerWebsocket class