searchChannelByPage method

分页检索频道列表

Implementation

Future<NIMResult<QChatSearchChannelByPageResult>> searchChannelByPage(
    QChatSearchChannelByPageParam param) {
  throw UnimplementedError('searchChannelByPage is not implemented');
}