liveType method

Filter the live type channel

Implementation

GetChannelQueryBuilder liveType() {
  _types = [AmityChannelType.LIVE];
  _filter = AmityChannelFilter.MEMBER;
  return this;
}