退出群
static Future<bool> quitTeam(String teamId) async { var res = await NimCore.instance.teamService.quitTeam(teamId); return res.isSuccess; }