member static method

String member(
  1. String id
)

Grants access to a specific member of a team.

When the member is removed from the team, they will no longer have access.

Implementation

static String member(String id) {
  return 'member:$id';
}