StreamingNotificationTarget constructor

StreamingNotificationTarget({
  1. required NotificationTarget notificationTarget,
})

Implementation

StreamingNotificationTarget({
  required this.notificationTarget,
});