isGranted property

Future<bool> isGranted

If the user granted access to the requested feature.

Implementation

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