status property

The current status of this permission.

The Android-only PermissionStatus.permanentlyDenied status will only be calculated if the active context is an Activity. If it isn't, PermissionStatus.denied will be returned.

Implementation

Future<PermissionStatus> get status => _handler.checkPermissionStatus(this);