didReceiveLocalNotificationSubject property

BehaviorSubject<ReminderNotification> didReceiveLocalNotificationSubject
final

Implementation

final BehaviorSubject<ReminderNotification>
    didReceiveLocalNotificationSubject =
    BehaviorSubject<ReminderNotification>();