hasIos property
bool
get
hasIos
Checks if the set contains any iOS permissions.
Implementation
bool get hasIos => any((entry) => entry is IosPermissionDef);
Checks if the set contains any iOS permissions.
bool get hasIos => any((entry) => entry is IosPermissionDef);