Function use_web_notification_with_options

Source
pub fn use_web_notification_with_options(
    options: UseWebNotificationOptions,
) -> UseWebNotificationReturn<impl Fn(ShowOptions) + Clone + Send + Sync, impl Fn() + Clone + Send + Sync>
Expand description