parseChannelId function

String parseChannelId(
  1. String channelId
)

Implementation

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