Future<NIMResult<void>> removeTeamManager(String tid, String accId) { return TeamRepo.removeTeamManager(tid, NIMTeamType.typeNormal, [accId]); }