isDisabled property

Future<bool> isDisabled

If the service for the permission is disabled.

Implementation

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