setChannelTypes method
Sets the list of ChannelType that can be selected.
Implementation
void setChannelTypes (List<ChannelType> types) {
channels.addAll(types);
}
Sets the list of ChannelType that can be selected.
void setChannelTypes (List<ChannelType> types) {
channels.addAll(types);
}