reminder property

Permission get reminder

Creates a reminder permission with no custom name or description

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

Implementation

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