getExistingAccidsInServerRole method
查询一批accids在某个服务器身份组下存在的列表
Implementation
Future<NIMResult<QChatGetExistingAccidsInServerRoleResult>>
getExistingAccidsInServerRole(
QChatGetExistingAccidsInServerRoleParam param) {
return _platform.getExistingAccidsInServerRole(param);
}