try await AppKit.instance.connect( requiredNamespaces: [String: ProposalNamespace], optionalNamespaces: [String: ProposalNamespace]?, sessionProperties: [String: String]?, topic: topic // Can be existing topic or nil to create new one)// Or without specifying namespaces to stick with default valuestry await AppKit.instance.connect( topic: topic // Can be existing topic or nil to create new one)
More about optional and required namespaces can be found here