role method

Apply Filter

Implementation

AmityChannelMemberSearch role(String role) {
  _roles = AmityRoles(roles: [role]);
  return this;
}