getChannels method
- QChatGetChannelsParam param
通过频道Id查询频道 回调返回查询到的频道列表
Implementation
Future<NIMResult<QChatGetChannelsResult>> getChannels(
QChatGetChannelsParam param) {
return _platform.getChannels(param);
}
通过频道Id查询频道 回调返回查询到的频道列表
Future<NIMResult<QChatGetChannelsResult>> getChannels(
QChatGetChannelsParam param) {
return _platform.getChannels(param);
}