health property

Permission get health

Creates a health permission with no custom name or description

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

Implementation

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