channelId method
Get member for the channel Id
Implementation
ChannelModerationRepository channelId(String id) {
_channelId = id;
return this;
}
Get member for the channel Id
ChannelModerationRepository channelId(String id) {
_channelId = id;
return this;
}