sendWrapper method
- WrappedMessage wrapper, {
- SocketInfo? destination,
inherited
Sends a WrappedMessage over the socket.
Implementation
void sendWrapper(WrappedMessage wrapper, {SocketInfo? destination}) =>
send(wrapper.writeToBuffer(), destination: destination);