init(exporter:)
Creates and initializes a transfer representation.
Declaration
init(exporter: @escaping @Sendable (Item) throws -> CKShareTransferRepresentation<Item>.ExportedShare)Parameters
- exporter:
A closure that provides a Exportedshare representation of the specified
Item.