NotificationSchemeNotificationDetails constructor

NotificationSchemeNotificationDetails({
  1. required String notificationType,
  2. String? parameter,
})

Implementation

NotificationSchemeNotificationDetails(
    {required this.notificationType, this.parameter});