didReceiveLocalNotificationStream property
Implementation
final StreamController<CustomNotification> didReceiveLocalNotificationStream =
StreamController<CustomNotification>.broadcast();
final StreamController<CustomNotification> didReceiveLocalNotificationStream =
StreamController<CustomNotification>.broadcast();