addNotificationToStream method
Implementation
addNotificationToStream(CustomNotification notification) {
didReceiveLocalNotificationStream.add(notification);
}
addNotificationToStream(CustomNotification notification) {
didReceiveLocalNotificationStream.add(notification);
}