WebNotificationController.fromPlatform constructor

WebNotificationController.fromPlatform({
  1. required PlatformWebNotificationController platform,
})

Constructs a WebNotificationController from a specific platform implementation.

Implementation

WebNotificationController.fromPlatform({required this.platform});