parseChannelId static method

String parseChannelId(
  1. String identifier
)

Used to parse the params sended from server

Implementation

static String parseChannelId(String identifier) {
  return jsonEncode(SplayTreeMap.from(jsonDecode(identifier)));
}