Sends text over the socket.
text
@override void send(String text) => socket.addUtf8Text(utf8.encode(text));