getChannels method

List<RealtimeChannel> getChannels()

Implementation

List<RealtimeChannel> getChannels() {
  return channels;
}