searchChannelByPage method
分页检索频道列表
Implementation
Future<NIMResult<QChatSearchChannelByPageResult>> searchChannelByPage(
QChatSearchChannelByPageParam param) {
return _platform.searchChannelByPage(param);
}
分页检索频道列表
Future<NIMResult<QChatSearchChannelByPageResult>> searchChannelByPage(
QChatSearchChannelByPageParam param) {
return _platform.searchChannelByPage(param);
}