init(_:)
Create a new WebView.
Declaration
@MainActor @preconcurrency init(_ page: WebPage)Parameters
- page:
The Webpage that should be associated with this Webview Swift.struct. It is a programming error to create multiple Webview Swift.structs with the same Webpage.