getChannelMembersByPage method
通过分页接口查询频道成员 回调返回查询到的频道成员
Implementation
Future<NIMResult<QChatGetChannelMembersByPageResult>> getChannelMembersByPage(
QChatGetChannelMembersByPageParam param) {
return _platform.getChannelMembersByPage(param);
}