pub fn use_web_notification_with_options(
options: UseWebNotificationOptions,
) -> UseWebNotificationReturn<impl Fn(ShowOptions) + Clone, impl Fn() + Clone>
Expand description
Version of use_web_notification
which takes an UseWebNotificationOptions
.