Send raw bytes over the connected socket.
Future<void> send(Uint8List bytes) { throw UnimplementedError('send() has not been implemented.'); }