allNotificationActions method

Stream<List<NotificationAction>> allNotificationActions()

Implementation

Stream<List<NotificationAction>> allNotificationActions() {
  return (select(notificationActions)).watch();
}