isSupported top-level property

bool get isSupported

Whether ServiceWorker is supported in the current browser.

Implementation

bool get isSupported => _self != null;