passApply method Null safety
通过用户的入群申请
仅管理员和拥有者有此权限
teamId
群组ID
account
申请入群的用户ID
Implementation
Future<NIMResult<void>> passApply(String teamId, String account) async {
return _platform.passApply(teamId, account);
}
通过用户的入群申请
仅管理员和拥有者有此权限
teamId
群组ID
account
申请入群的用户ID
Future<NIMResult<void>> passApply(String teamId, String account) async {
return _platform.passApply(teamId, account);
}