WebNotificationController.fromPlatformCreationParams constructor

WebNotificationController.fromPlatformCreationParams({
  1. 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));