init(action:)
Creates a link that launches Shortcuts and then executes the specified closure.
Declaration
@MainActor @preconcurrency init(action: @escaping () -> Void = {})Creates a link that launches Shortcuts and then executes the specified closure.
@MainActor @preconcurrency init(action: @escaping () -> Void = {})