isLimited property

bool isLimited

If the user has authorized this application for limited access. So far this is only relevant for the Photo Library picker.

Only supported on iOS (iOS14+).

Implementation

bool get isLimited => this == PermissionStatus.limited;