passApply method Null safety
Approve the request to join the group. Only the group owner and group admins have the permission for this operation.
Implementation
Future<NIMResult<void>> passApply(String teamId, String account) {
return _platform.passApply(teamId, account);
}