You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we add an extension for simplifying addition of requirements, something like this:
options.addRequirement(key: "bluetooth") { (value) -> Bool in
guard let value = value as? String else { return false }
// Check device bluetooth version
return value.starts(with: "5")
}
Can we add an extension for simplifying addition of requirements, something like this:
->
The text was updated successfully, but these errors were encountered: