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