paymentsReceivedStream property
Stream<NwcNotification>
get
paymentsReceivedStream
Implementation
Stream<NwcNotification> get paymentsReceivedStream =>
notificationStream.stream
.where((notification) => notification.isIncoming)
.asBroadcastStream();