IPushNotificationManager constructor
IPushNotificationManager({
- required INotificationListeners notificationListeners,
- required String envFilePath,
- String? iconPath,
Implementation
IPushNotificationManager({
required this.notificationListeners,
required this.envFilePath,
this.iconPath,
});