motion property
Permission
get
motion
Creates a motion permission with no custom name or description
This creates a Permission instance for motion and fitness data access without any custom display text. The platform will use default names and descriptions.
Implementation
static Permission get motion => Permission(type: PermissionType.motion);