PlatformWebNotificationControllerCreationParams constructor
- required String id,
- required WebNotification notification,
Used by the platform implementation to create a new PlatformWebNotificationController.
Implementation
const PlatformWebNotificationControllerCreationParams({
required this.id,
required this.notification,
});