bundledSwAssetPath top-level constant

String const bundledSwAssetPath

Base-href-relative path where Flutter serves the service worker script bundled with this package as an asset (declared in this package's pubspec.yaml). Deployed automatically with every consuming app — no manual copying required.

Implementation

const String bundledSwAssetPath =
    "assets/packages/js_notifications/assets/$jsNotificationsSwJs";