isDenied property

Future<bool> isDenied

If the user denied access to the requested feature.

Implementation

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