pub trait NotificationExt<R: Runtime> {
// Required method
fn notification(&self) -> &Notification<R>;
}
Expand description
Extensions to tauri::App
, tauri::AppHandle
, tauri::WebviewWindow
, tauri::Webview
and tauri::Window
to access the notification APIs.