IPushNotificationManager constructor

IPushNotificationManager({
  1. required INotificationListeners notificationListeners,
  2. required String envFilePath,
  3. String? iconPath,
})

Implementation

IPushNotificationManager({
  required this.notificationListeners,
  required this.envFilePath,
  this.iconPath,
});