tracking property

Permission get tracking

Creates a tracking permission with no custom name or description

This creates a Permission instance for tracking access without any custom display text. The platform will use default names and descriptions.

Implementation

static Permission get tracking => Permission(type: PermissionType.tracking);