AugmentedNotification constructor
AugmentedNotification({})
Implementation
AugmentedNotification(
{required this.notificationId,
this.title,
this.body,
this.additionalData,
this.launchUrl});
AugmentedNotification(
{required this.notificationId,
this.title,
this.body,
this.additionalData,
this.launchUrl});