pub trait FcmNotificationsExt<R: Runtime> {
// Required method
fn fcm_notifications(&self) -> &FcmNotifications<R>;
}
Expand description
Extensions to tauri::App
, tauri::AppHandle
and tauri::Window
to access the fcm-notifications APIs.
pub trait FcmNotificationsExt<R: Runtime> {
// Required method
fn fcm_notifications(&self) -> &FcmNotifications<R>;
}
Extensions to tauri::App
, tauri::AppHandle
and tauri::Window
to access the fcm-notifications APIs.