Sends data to the AMI server.
@override void send(Map<String, String> data) { _socket?.sink.add(json.encode(data)); }