applyJoinTeam static method
申请加入群
Implementation
static Future<NIMResult<NIMTeam>> applyJoinTeam(
String teamId, NIMTeamType teamType,
{String? postscript}) async {
return NimCore.instance.teamService
.applyJoinTeam(teamId, teamType, postscript);
}