Trait FcmNotificationsExt

Source
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.

Required Methods§

Source

fn fcm_notifications(&self) -> &FcmNotifications<R>

Implementors§