AndroidServiceWorkerControllerCreationParams constructor
const
AndroidServiceWorkerControllerCreationParams(
- PlatformServiceWorkerControllerCreationParams params
Creates a new AndroidServiceWorkerControllerCreationParams instance.
Implementation
const AndroidServiceWorkerControllerCreationParams(
// This parameter prevents breaking changes later.
// ignore: avoid_unused_constructor_parameters
PlatformServiceWorkerControllerCreationParams params,
) : super();