isLimited property

Future<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

Future<bool> get isLimited async => (await this).isLimited;