menu
custom_permission_handler package
documentation
permission_handler.dart
PermissionCheckShortcuts
isGranted property
isGranted property
dark_mode
light_mode
isGranted
property
Future
<
bool
>
get
isGranted
If the user granted this permission.
Implementation
Future<bool> get isGranted => status.isGranted;
custom_permission_handler package
documentation
permission_handler
PermissionCheckShortcuts
isGranted property
PermissionCheckShortcuts extension on
Permission