actionStream property

Stream<BaseNotificationAction> get actionStream

Stream for listening to notification actions

Implementation

Stream<BaseNotificationAction> get actionStream =>
    _actionStreamController.stream;