Used to parse the params sended from server
static String parseChannelId(String identifier) { return jsonEncode(SplayTreeMap.from(jsonDecode(identifier))); }