NotificationEventInit constructor
NotificationEventInit({
- required Notification notification,
- String? action,
Implementation
factory NotificationEventInit(
{required Notification notification, String? action}) =>
NotificationEventInit._(notification: notification, action: action ?? '');