getChannels method

Future<NIMResult<QChatGetChannelsResult>> getChannels(
  1. QChatGetChannelsParam param
)

通过频道Id查询频道 回调返回查询到的频道列表

Implementation

Future<NIMResult<QChatGetChannelsResult>> getChannels(
    QChatGetChannelsParam param) {
  return _platform.getChannels(param);
}