isEnabled property

Future<bool> isEnabled

If the service for the permission is enabled.

Implementation

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