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