isGranted property

Future<bool> isGranted

If the user granted this permission.

Implementation

Future<bool> get isGranted => status.isGranted;