addNotificationToStream method

dynamic addNotificationToStream(
  1. CustomNotification notification
)

Implementation

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