Encode json object then send it to td json client
send(Map<String, dynamic> obj) { _rawClient.td_json_client_send(clientId!, json.encode(obj)); }