In the last article we discussed the main entry point into the App Intent world which is the AppIntent protocol. In this article we will break down the perform function of this protocol.
func perform() async throws -> some IntentResult
Now before we...