createPlatformServiceWorkerControllerStatic method

PlatformServiceWorkerController createPlatformServiceWorkerControllerStatic()

Creates a new empty PlatformServiceWorkerController to access static methods.

This function should only be called by the app-facing package. Look at using ServiceWorkerController in flutter_inappwebview_forge instead.

Implementation

PlatformServiceWorkerController
createPlatformServiceWorkerControllerStatic() {
  throw UnimplementedError(
    'createPlatformServiceWorkerControllerStatic is not implemented on the current platform.',
  );
}