isGranted property
bool
get
isGranted
Whether the required permissions are granted.
Implementation
bool get isGranted => deniedPermissions.isEmpty;
Whether the required permissions are granted.
bool get isGranted => deniedPermissions.isEmpty;