socket property
getter/setter pair
The socket to send messages over.
If this is not null, logs of type Level.info or more severe will be queued up. Once this socket connects, the messages will send to the connected device (ie, the Dashboard).
If the device is already connected, all messages are sent to it immediately.
Implementation
RoverSocket? socket;