Contents

add(_:completionHandler:)

Adds a domain to the File Provider extension.

Declaration

class func add(_ domain: NSFileProviderDomain, completionHandler: @escaping  @Sendable ((any Error)?) -> Void)
class func add(_ domain: NSFileProviderDomain) async throws

Discussion

See Also

Working with domains