managers/service_worker_manager library

Classes

ServiceWorkerManager
Manages the plugin's dedicated service worker: registration, lifecycle tracking (install/update/redundant) and the two-way postMessage bridge.

Typedefs

Consumer<T> = void Function(T t)