pub fn current_window() -> WebviewWindowExpand description
Get an instance of WebviewWindow for the current webview window.
ยงExample
use tauri_sys::window::current_window;
let win = current_window().await?;pub fn current_window() -> WebviewWindowGet an instance of WebviewWindow for the current webview window.
use tauri_sys::window::current_window;
let win = current_window().await?;