defaultScope top-level constant
String
const defaultScope
Scope used by legacy registrations, where the service worker was manually copied to the app's web root. Retained for migration/unregistration of old registrations. The bundled service worker uses its default scope (the asset directory) — scope is irrelevant to this plugin as the worker never controls pages; notifications hang off the registration itself.
Implementation
const String defaultScope = "/js_notifications/";