WebNotificationController.fromPlatformCreationParams constructor
- required PlatformWebNotificationControllerCreationParams params,
Constructs a WebNotificationController.
See WebNotificationController.fromPlatformCreationParams for setting parameters for a specific platform.
Implementation
WebNotificationController.fromPlatformCreationParams({
required PlatformWebNotificationControllerCreationParams params,
}) : this.fromPlatform(platform: PlatformWebNotificationController(params));