passApply method Null safety
通过用户的入群申请
仅管理员和拥有者有此权限
Implementation
Future<NIMResult<void>> passApply(String teamId, String account) async {
throw UnimplementedError('passApply() is not implemented');
}
通过用户的入群申请
仅管理员和拥有者有此权限
Future<NIMResult<void>> passApply(String teamId, String account) async {
throw UnimplementedError('passApply() is not implemented');
}