close
Closes the webview.
async close(): Promise<void>
Example
// Check if the webview is still open
const closed = await webview.isClosed();
// Close the webview
await webview.close();
Closes the webview.
async close(): Promise<void>
// Check if the webview is still open
const closed = await webview.isClosed();
// Close the webview
await webview.close();