PermissionEntrySet extension
Extension methods for sets of PermissionDef.
Properties
-
android
→ Set<
AndroidPermissionDef> -
Available on Iterable<
Returns a set of all Android permission definitions in this collection.PermissionDef> , provided by the PermissionEntrySet extensionno setter - hasAndroid → bool
-
Available on Iterable<
Checks if the set contains any Android permissions.PermissionDef> , provided by the PermissionEntrySet extensionno setter - hasIos → bool
-
Available on Iterable<
Checks if the set contains any iOS permissions.PermissionDef> , provided by the PermissionEntrySet extensionno setter -
ios
→ Set<
IosPermissionDef> -
Available on Iterable<
Returns a set of all iOS permission definitions in this collection.PermissionDef> , provided by the PermissionEntrySet extensionno setter
Methods
-
containsKey(
String key) → bool -
Available on Iterable<
Checks if the set contains a permission with the givenPermissionDef> , provided by the PermissionEntrySet extensionkey.