location property

Permission get location

Creates a location permission with no custom name or description

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

Implementation

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