getChannelsByPage method

Future<NIMResult<QChatGetChannelsByPageResult>> getChannelsByPage(
  1. QChatGetChannelsByPageParam param
)

通过分页接口查询频道 回调返回查询到的频道列表

Implementation

Future<NIMResult<QChatGetChannelsByPageResult>> getChannelsByPage(
    QChatGetChannelsByPageParam param) {
  return _platform.getChannelsByPage(param);
}