ServiceWorkerController.fromPlatformCreationParams constructor

ServiceWorkerController.fromPlatformCreationParams(
  1. PlatformServiceWorkerControllerCreationParams params
)

Constructs a ServiceWorkerController from creation params for a specific platform.

Implementation

ServiceWorkerController.fromPlatformCreationParams(
  PlatformServiceWorkerControllerCreationParams params,
) : this.fromPlatform(PlatformServiceWorkerController(params));