ServiceWorkerController.fromPlatformCreationParams constructor
ServiceWorkerController.fromPlatformCreationParams()
Constructs a ServiceWorkerController from creation params for a specific platform.
Implementation
ServiceWorkerController.fromPlatformCreationParams(
PlatformServiceWorkerControllerCreationParams params,
) : this.fromPlatform(PlatformServiceWorkerController(params));