PropsServiceWorkerRegistration extension
Properties
- active → ServiceWorker?
-
no setter
- backgroundFetch → BackgroundFetchManager
-
no setter
-
no setter
- index → ContentIndex
-
no setter
- installing → ServiceWorker?
-
no setter
-
no setter
-
onupdatefound
↔ EventHandlerNonNull<
Event> ? -
getter/setter pair
- paymentManager → PaymentManager
-
no setter
- periodicSync → PeriodicSyncManager
-
no setter
- pushManager → PushManager
-
no setter
- scope → String
-
no setter
- sync → SyncManager
-
no setter
- updateViaCache → ServiceWorkerUpdateViaCache
-
no setter
- waiting → ServiceWorker?
-
no setter
Methods
-
getNotifications(
[GetNotificationOptions? filter]) → Future< Iterable< Notification> > -
showNotification(
String title, [NotificationOptions? options]) → Future< void> -
unregister(
) → Future< bool> -
update(
) → Future< void>