channelId method

Get member for the channel Id

Implementation

ChannelModerationRepository channelId(String id) {
  _channelId = id;
  return this;
}