photosAddOnly constant

Permission const photosAddOnly

Permission for adding photos to the device's photo library (iOS only).

Photos can only be added. If you want to read them as well, use the photos permission instead.

iOS: Photos (14+ read & write access level)

Implementation

static const photosAddOnly = Permission._(10);