searchChannelByPage method

Future<NIMResult<QChatSearchChannelByPageResult>> searchChannelByPage(
  1. QChatSearchChannelByPageParam param
)

分页检索频道列表

Implementation

Future<NIMResult<QChatSearchChannelByPageResult>> searchChannelByPage(
    QChatSearchChannelByPageParam param) {
  return _platform.searchChannelByPage(param);
}