isSupported top-level property
bool
get
isSupported
Whether ServiceWorker is supported in the current browser.
Implementation
bool get isSupported => _self != null;
Whether ServiceWorker is supported in the current browser.
bool get isSupported => _self != null;