agreeTeamApply static method

Future<NIMResult<void>> agreeTeamApply(
  1. String teamId,
  2. String account
)

同意入群申请

Implementation

static Future<NIMResult<void>> agreeTeamApply(String teamId, String account) {
  return NimCore.instance.teamService.passApply(teamId, account);
}