didReceiveLocalNotificationSubject property

BehaviorSubject<ReceivedNotification>? didReceiveLocalNotificationSubject
final

Implementation

final BehaviorSubject<ReceivedNotification>?
    didReceiveLocalNotificationSubject =
    BehaviorSubject<ReceivedNotification>();