pub fn use_service_worker_with_options(
options: UseServiceWorkerOptions,
) -> UseServiceWorkerReturn<impl Fn() + Clone + Send + Sync, impl Fn() + Clone + Send + Sync>
Expand description
Version of use_service_worker
that takes a UseServiceWorkerOptions
. See use_service_worker
for how to use.