SWEvents class

Constructors

SWEvents()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

click → const String
See: https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API#click
close → const String
See: https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API#close
controllerchange → const String
error → const String
message → const String
statechange → const String
updatefound → const String
Fires on a ServiceWorkerRegistration when a new (byte-different) worker begins installing — the hook for detecting service worker updates.