open link inside application swiftui code example
Example: Link swiftui
Link("View Our Terms of Service",
destination: URL(string: "https://www.example.com/TOS.html")!)
Link("View Our Terms of Service",
destination: URL(string: "https://www.example.com/TOS.html")!)