isSupported top-level property

bool isSupported

Whether ServiceWorker is supported in the current browser.

Implementation

bool get isSupported => _self != null;