isNotApplicable property

Future<bool> isNotApplicable

If the permission does not have an associated service on the current platform.

Implementation

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